Re: element column of the associated table is null

2012-04-27 Thread CarpathianAnonymous
/element-column-of-the-associated-table-is-null-tp7498933p7506209.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: element column of the associated table is null

2012-04-26 Thread CarpathianAnonymous
Ok, done but with the same result -- View this message in context: http://openjpa.208410.n2.nabble.com/element-column-of-the-associated-table-is-null-tp7498933p7502522.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: element column of the associated table is null

2012-04-26 Thread Rick Curtis
Can you create a small unit test that exhibits this behavior? My test that I put together yesterday worked as expected. Thanks, Rick On Thu, Apr 26, 2012 at 6:22 AM, CarpathianAnonymous andreibratu2...@yahoo.com wrote: Ok, done but with the same result -- *Rick Curtis*

Re: element column of the associated table is null

2012-04-26 Thread CarpathianAnonymous
I've attached my UnitTest http://openjpa.208410.n2.nabble.com/file/n7503208/src.rar src.rar -- View this message in context: http://openjpa.208410.n2.nabble.com/element-column-of-the-associated-table-is-null-tp7498933p7503208.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: element column of the associated table is null

2012-04-26 Thread Rick Curtis
It appears that this in an OpenJPA bug. Could I have you open a JIRA for this issue and attach your testcase? I'm not sure when I'll get time to try to fix this issue, but for the short term you have a couple workaround optionsOption #1 -- you could change your ID generation strategy to

Re: element column of the associated table is null

2012-04-25 Thread Rick Curtis
What version of OpenJPA are you using and how are you enhancing your entities? Also, is there are particular reason that you have the @ManagedInterface annotation on your IInterface interface? Unless you plan on using some of the documented managed interface[1] support, *I think* you can safely

Re: element column of the associated table is null

2012-04-25 Thread CarpathianAnonymous
Yes, i've tryied also without @ManagedInterface and got the same result. -- View this message in context: http://openjpa.208410.n2.nabble.com/element-column-of-the-associated-table-is-null-tp7498933p7500049.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: element column of the associated table is null

2012-04-25 Thread Rick Curtis
@ManagedInterface and got the same result. -- View this message in context: http://openjpa.208410.n2.nabble.com/element-column-of-the-associated-table-is-null-tp7498933p7500049.html Sent from the OpenJPA Users mailing list archive at Nabble.com. -- *Rick Curtis*