[jira] [Commented] (OPENJPA-2171) asm should be optional

2013-10-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790917#comment-13790917 ] ASF subversion and git services commented on OPENJPA-2171: -- Com

[jira] [Commented] (OPENJPA-2283) Upgrade to ASM 4 dependency

2013-10-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790916#comment-13790916 ] ASF subversion and git services commented on OPENJPA-2283: -- Com

[jira] [Commented] (OPENJPA-2283) Upgrade to ASM 4 dependency

2013-10-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790904#comment-13790904 ] Mark Struberg commented on OPENJPA-2283: This looks like a pretty heavy bug in A

[jira] [Commented] (OPENJPA-2414) FinderCache does not consider active Fetch Groups/FetchPlan added Fields

2013-10-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790841#comment-13790841 ] ASF subversion and git services commented on OPENJPA-2414: -- Com

[jira] [Commented] (OPENJPA-2414) FinderCache does not consider active Fetch Groups/FetchPlan added Fields

2013-10-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790841#comment-13790841 ] ASF subversion and git services commented on OPENJPA-2414: -- Com

[jira] [Commented] (OPENJPA-2283) Upgrade to ASM 4 dependency

2013-10-09 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790603#comment-13790603 ] Mark Struberg commented on OPENJPA-2283: [~kwsutter] oki, gonna fix the ordering

Re: Supposed concurrent access issue to PCPath instance

2013-10-09 Thread givanildo.alves
Sure. I just simplified the full stack trace, for the reader's sake: Failed to execute query "SELECT rec FROM com.testapp.model.TestRecord... ". Check the query syntax for correctness. See nested exception for details. at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:872)

Re: Supposed concurrent access issue to PCPath instance

2013-10-09 Thread Rick Curtis
Also, can we see the entire stack trace? On Wed, Oct 9, 2013 at 11:12 AM, Kevin Sutter wrote: > In general, I would say it's not possible for PCPath to be shared by > multiple threads. There could be a bug here, but we're not aware of one. > > Just for giggles, can you run with openjpa.Mulithr

Re: Supposed concurrent access issue to PCPath instance

2013-10-09 Thread Kevin Sutter
In general, I would say it's not possible for PCPath to be shared by multiple threads. There could be a bug here, but we're not aware of one. Just for giggles, can you run with openjpa.Mulithreaded set to true and let us know the results. Thanks, Kevin On Wed, Oct 9, 2013 at 8:53 AM, givanildo

Re: Supposed concurrent access issue to PCPath instance

2013-10-09 Thread givanildo.alves
As a complement to my previous post, one question: in a scenario where each thread has its own EntityManager instance, is it possible for a PCPath instance be shared by multiple threads ? Thanks -- View this message in context: http://openjpa.208410.n2.nabble.com/Supposed-concurrent-access-iss

Re: Supposed concurrent access issue to PCPath instance

2013-10-09 Thread givanildo.alves
Oh yes, my application ensures an EntityManager instance is not shared by multiple threads. The intermittent error is: Caused by: java.util.ConcurrentModificationException at java.util.LinkedList$LinkIterator.next(LinkedList.java:119) at org.apache.openjpa.jdbc.kernel.exps.PCPath.

[jira] [Resolved] (OPENJPA-2363) Multiple collections with same class type in a single entity : clear() delete shared entities from collections.

2013-10-09 Thread Guillaume Chauvet (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Chauvet resolved OPENJPA-2363. Resolution: Not A Problem Just need to use JoinTable annotation with different ta