Re: Can't obtain Primary Key value by JPQL

2010-11-08 Thread Rick Curtis
Hopefully I'll find some time this afternoon to get that setup. In the mean time, could I get you to upload your Entity which was enhanced by the plugin? Thanks, Rick On Sun, Nov 7, 2010 at 11:38 AM, Alex, Huang primemo...@gmail.com wrote: Rick, I installed OpenJPA eclipse tooling on Eclipse

Re: Can't obtain Primary Key value by JPQL

2010-11-08 Thread Alex, Huang
It's my pleasure. Thanks Alex,Huang - Original Message - From: Rick Curtis curti...@gmail.com To: users@openjpa.apache.org Sent: Monday, November 08, 2010 10:17 PM Subject: Re: Can't obtain Primary Key value by JPQL Hopefully I'll find some time this afternoon to get that setup. In

Re: JPAB results

2010-11-08 Thread Ilan Kirsh
Hi Pinaki, Thank you for the reference. Could you please verify the following persistence.xml file (which seems to run fine) before I run the entire benchmark again? ?xml version=1.0 encoding=UTF-8? persistence xmlns=http://java.sun.com/xml/ns/persistence;

MySQL bug 50174 and OpenJPA ant task.

2010-11-08 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, http://bugs.mysql.com/bug.php?id=50174 This MySQL bug is quite annoying : Under certain CPU load level (witch is unknown) under *nix (any unix apparently), the connection to the DB failed. This bug is tagged by MySQL as low priority because there is a workaround. The only workaround is to

Re: MySQL bug 50174 and OpenJPA ant task.

2010-11-08 Thread Rick Curtis
do you have connection pooling configured? Thanks, Rick On Mon, Nov 8, 2010 at 2:21 PM, Jean-Baptiste BRIAUD -- Novlog j-b.bri...@novlog.com wrote: Hi, http://bugs.mysql.com/bug.php?id=50174 This MySQL bug is quite annoying : Under certain CPU load level (witch is unknown) under *nix

Re: Can't obtain Primary Key value by JPQL

2010-11-08 Thread Rick Curtis
Thanks for all of the responses! I finally got this setup and it looks like the eclipse build time enhancer has some issues with it. I'll post something to dev to see if we can get this fixed up. Thanks, Rick On Mon, Nov 8, 2010 at 9:27 AM, Alex, Huang primemo...@gmail.com wrote: It's my

subclass lazy fetching

2010-11-08 Thread Stephen Hallinan
Hi I have a scenario whereby I'd like to subclass an entity, and override a couple of the fields to have the fetch type LAZY. In the super class they are EAGER. Is this possible ? In my tests so far it seems not to be the case but maybe there are some aspects of implementation I'm not aware

There were errors initializing your configuration: java.lang.ExceptionInInitializerError

2010-11-08 Thread Charles Moulliard
Hi I have created a project using openJPA 2.0.1 + Spring 3.0.3 + HSQLDB 1.8.0.10 that I deploy on an OSGI platform ServiceMix 4.3. When I try to save an object using jpa through Spring Tx, I get this error. Where can I have found more info about the issue ? 21550 ReportIncident INFO