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,762 messages, beginning Jun 2007
- 0 messages added yesterday
users.openjpa.apache.org
June 2007
Craig L Russell — 118098049704 Jun 2007
Craig Russell DB PMC, OpenJPA PMC http://db.apache.org/jdo...
Reddy SMK — 118098878204 Jun 2007*
Hi Guys i tried these method for some reason i am not getting the expected results.... has any one tried these methods? i have the following named que...
Christian Neumann — 118115640406 Jun 2007*
Hi, I'm trying to persistent an existing code base. While it works really well, I've one situation I cannot solve. Few classes contain some ...
Christian Neumann — 118120062207 Jun 2007
Hi, Yes, I've also tried @ElementType (instead of @Type because I've a collection); both with Entity.class and my concrete interface, but I ...
os_developer — 118136799109 Jun 2007*
Hi, I hope this is the appropriate place to ask this question. I am using the ant task <openjpac> to enhance my classes at build-time but when I...
PeshoChuka — 118167853112 Jun 2007*
Hello I have an e-commerce application. And I am using JSF and stateless EJB's. In a session managed bean I am storing the User object who is dos...
os_developer — 118177289113 Jun 2007*
I've got another newbie question... Where can I find a specification on the details of how to use the various openjpa ant tasks? I'm having ...
Gavin Bong — 118180821214 Jun 2007*
Hi, >From the documentation, OpenJPA only supports Derby via the embedded driver. Are there any plans to support the client-server driver ? Will yo...
Bruce Beaumont — 118196418416 Jun 2007*
Hi I have a simple (standalone) app connecting to a database and reading a row of data from a table using em.fetch() in a loop. The data being returne...
ao — 118219083918 Jun 2007*
Is there a way to generate the OR mapping (example below) from a table using SchemaTool or MappingTool or others? Thanks. ......
Mariano — 118229047519 Jun 2007*
Hi all! I've decided migrating from TopLink to OJPA, and I'm having a trouble with the following code: @Entity @Inheritance (strategy = Inhe...
eric.zoerner — 118236088220 Jun 2007*
How does OpenJPA interact with the autocommit setting in the underlying database, does it turn it off or does it use the default (on)? If it doesn...
Alessandro Ferrucci — 118240235421 Jun 2007
hey guys, few questions: 1) Is there a way in JPA to specify that if a certain field is an empty string that we'd like it to not insert it in the...
Alessandro Ferrucci — 118245797521 Jun 2007*
hey guys, few questions: 1) Is there a way in JPA to specify that if a certain field is an empty string that we'd like it to not insert it in the...
Ed Hillmann — 118247559222 Jun 2007*
Hi all. I'm investigating the abilities of JPA against a custom API for data definition and retrieval. While 99.99% of the JPA examples I...
Alessandro Ferrucci — 118249446122 Jun 2007*
hey guys trying to configure openjpa to use a connection pool provided by dbcp. my persistence unit is: <persistence xmlns="http://java.sun.co...
e33238 — 118294451027 Jun 2007*
I'm trying to figure out how to use MethodQL. This is the example given in the UserGuide: // the method query language is 'openjpa.MethodQL...
Patrick Linskey — 118296501127 Jun 2007*
You mention that you want to track changes on a remote server. Presumably you mean that you want to receive notifications of commits in a callback tha...
Ed Hillmann — 118298250827 Jun 2007*
I have an item (CachedItem) that contains a persistent Collection (of CachedItemReference objects), defined as follows: @OneToMany(mappedBy="cach...
Daniel Migowski — 118302486428 Jun 2007*
Hello Users, I just tried out the inheritance type JOINED and added the subclass fetch mode NONE. My first thoughts were, that this would make queries...
Ed Hillmann — 118302495728 Jun 2007*
I'm attempting to try some existing JPA code (currently using TopLink) with OpenJPA. I think I've got everything set up, but when I run some...