users.openjpa.apache.org
(
List home) (
Recent threads) (
2 other Apache OpenJPA lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
- Low traffic list: less than 3 messages per day
- This list contains about 10,763 messages, beginning Jun 2007
- 0 messages added yesterday
users.openjpa.apache.org
April 2010
jonathan de beir — 127014100501 Apr 2010*
Hello, I have the problem in OpenJPA v1.2.2 that aggregates in order by clauses doesn't works, altough it was fixed in version 1.1.0: https://issu...
Fabio Kaminski — 127015428501 Apr 2010
i im trying to run openjpa through mysql cluster and clusterj bindings for cluster 7.1.2a-beta i compile the server with openjpa-2.0.0.beta3 and all w...
Garimella Srinivas — 127017798302 Apr 2010*
I have an entity PhoneNo with @id as follows @Id @TableGenerator(name="PhoneBook_IDGen", table="ID_GEN_TABLE", pkColumnName=...
Jean-Baptiste BRIAUD -- Novlog — 127021715702 Apr 2010*
Hi, I just noticed that on the SQL file produced by OpenJPA to install DB schema, there are no integrity referential constraints. In other words, on r...
sapatel — 127022308402 Apr 2010*
Hi all, i am new to JPA. What I want to do is I want all my JPA entities to extend some BaseEntity class where can I define some properites (which are...
seth.jackson — 127046578205 Apr 2010*
I've receiving an Optimistic Lock Exception when performing the following operations and I'm not quite sure I understand why. Consider the fol...
C N Davies — 127058653106 Apr 2010*
Hi, This is a problem that continues to haunt me intermittently since I first started using OpenJPA and cannot understand why it comes up from time to...
Łukasz Budnik — 127058829906 Apr 2010
Hi all, I'm using OpenJPA 2.1.3 which is shipped with Apache Geronimo 2.1.3. In my application I have a problem with persisting 2 @OneToOne object...
Russell Collins — 127059675806 Apr 2010*
I could not find this information so I apologize if there has been a discussion and I missed it. Basically what I am wondering is if OpenJPA 2.0 is ba...
C N Davies — 127075331908 Apr 2010*
I have some queries that I have been using in my app for about a year now but since I started using Beta 3 they fail validation because OpenJPA wants ...
Cil-Gamir — 127080054009 Apr 2010*
Hi I have this piece of code EntityManager em = emf.getEntityManager(); try { em.getTransaction().begin(); em.remove(kycRequestTempDocumentsToDelete);...
Daniel Toffetti — 127099986611 Apr 2010*
Hi all, I'm attempting to write a Netbeans plugin that should work as a GUI frontend for ReverseMappingTool, it should be able to let me choose an...
Timothy Fanelli — 127107509012 Apr 2010*
Hello - I'm hoping someone can help me out here... I have two related entities using a bi-direction one-to-many relationship, as follows: @Entity...
Lu, Shengyuan — 127108863212 Apr 2010*
Hi OpenJPA users, I have a strange problem about orm.xml configuration, I think only professional OpenJPA guys can resolve it! I use an orm.xml to reg...
Sudhir K Sethi — 127125295514 Apr 2010*
Hi, I am getting cases of partial commit in OpenJPA (1.1.x and 1.2.x). I am using Weblogic server 10.3 and Oracle 10g. Here is the scenario to get thi...
Tony McLay — 127125721014 Apr 2010*
Hello, Can entities be defined as annotations in a class and in a <mapping-file> referenced from a persistence.xml file? (or must you use one or...
Donald Woods — 127126677314 Apr 2010*
I've staged a release candidate for OpenJPA 2.0.0 based on r932976 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache...
Angelo K. Huang — 127127221714 Apr 2010*
There are two threads that are concurrently running and want to change the same record. Both are using the following fetchplan to lock the object: Ope...
Matthew Adams — 127128293114 Apr 2010*
Hi all, Sorry if this is a FAQ. I can't seem to find it in the docs or googling. I have the following scenario and just need to know which OpenJPA...
Heiko — 127144840616 Apr 2010*
Hello, in our Webservice-Application we use application managed persistence by implementing entity managers via ThreadLocal to ensure there exists onl...
Matthew Adams — 127170330519 Apr 2010*
I noticed some mention of challenging some TCK test cases, and I was just wondering about the order of magnitude of the 2.0 release: days, weeks, mont...
C N Davies — 127178041920 Apr 2010*
I think I must be stupid or something, but I just don't' get the logic behind joins in OpenJPA. Here is an example: @Entity Public class User ...
Udi — 127185903921 Apr 2010*
Hey, I'm using OpenJPA 1.2.0. My application was running for about a month, when I suddenly got the following exception: <openjpa-1.2.0-r422266...
hezjing — 127196174922 Apr 2010*
Hi I have successfully ran the hellojpa sample as described in the getting started with Netbeans and Ant. Now, I'm trying to build and run the sam...
Donald Woods — 127196634022 Apr 2010*
I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf...
Vásáry, Dániel — 127205740123 Apr 2010*
Hi, I'm using OpenJPA 1.2.2 under JavaEE JPA project in Eclipse Galileo. After adding Bytecode enhancement, named query returns only partial data....
Dimedrol — 127222223325 Apr 2010*
Hello! I use Intellij IDEA 95.24; OpenJPA 1.2.2 and MySQL 5 database. All java entities - mapped to mysql tables were created by IDEA wizard. Everythi...
C N Davies — 127229794126 Apr 2010*
This application has been running just fine for the last few months, suddenly I am starting to get this error. I have restored the DB and there have b...
Adam Borkowski — 127232446926 Apr 2010*
Is it possible to somehow set data cache disabled by default for all classes and then enable only few chosen by annotating them with @DataCache(enable...
SreeAsh — 127237412927 Apr 2010*
hi All, We migrated the application into JPA, we had perfomance Issue. after starting the server, click login it took minimum 2 minutes, please help m...
Wes Wannemacher — 127237997627 Apr 2010*
Hello, I've been lurking on this list for a while and i have been a happy user for OpenJPA for a year or so. However, I came across a situation re...
McElwain, Paul Benjamin — 127240689427 Apr 2010*
Using OpenJpa 1.2.2, upon a simple retrieval of an entity containing typed lists of other entites as fields, I am seeing each entity list filled with ...
C N Davies — 127251052129 Apr 2010
I have an issue with my OpenJPA 2.0 based app, where I keep getting L1 cache errors. Basically I have a backing bean that retrieves a collection of en...
Adam Borkowski — 127251305029 Apr 2010*
Hi, I'm trying to persist object after it was persisted and transaction was rolled back. I get following descriptive exception: "<openjpa-...
Ян Программист — 127255398229 Apr 2010*
I added following line to my configuration: <property name="openjpa.Sequence" value="org.apache.openjpa.jdbc.kernel.ClassTableJDBCSe...
Ян Программист — 127255644829 Apr 2010*
I added following line to my configuration: <property name="openjpa.Sequence" value="org.apache.openjpa.jdbc.kernel.ClassTableJDBCSe...
C N Davies — 127256790029 Apr 2010*
Finally I managed to sort out one of my major performance issues with OpenJPA, but to do so I feel like I'm sacrificing good design. I have a simp...
leoisiah — 127262245130 Apr 2010*
Good day. I tried to upgrade the OpenJPA my application is using from 1.2.x to 2.0. After changing the .jar file and reconfiguring the classpath, an e...
leoisiah — 127262472730 Apr 2010*
For example, I have an entity class named User. I persist and then remove an instance of User. // // EntityManager em is initialized before the follow...
sp reddy — 127263509830 Apr 2010*
I have a column in DB2 database where the value contains space for example "firstname lastname". when I do query.setParameter(value with spa...
vld — 127264148830 Apr 2010*
Hi! I have a problem with mapping many-to-one relationship without exact foreign key constraint set in database. I use OpenJPA implementation with MyS...
Wes Wannemacher — 127264936130 Apr 2010*
Guys, I have an entity that I decided to munge up a little bit... So, normally, a setter would be coded like this - public void setFoo(String foo) { t...