Hi, Glad it worked for you. Assuming the application server supports JPA, the entities will be automatically enhanced by the container.
-mike On Sat, Oct 18, 2008 at 1:19 PM, is_maximum <[EMAIL PROTECTED]> wrote: > > Thanks Michael > I fix this using enhancer > I set the VM parameter to > -javaagent:C:/openjpa-1.2.0.jar:scanDevPath=true > > However I don't know what happens when I deploy my app in App Server > > thanks anyway > > > Michael Dick wrote: > > > > Hi, > > > > Which version of OpenJPA are you using? This may be an instance of > > OPENJPA-732 > > < > http://issues.apache.org/jira/browse/OPENJPA-732?page=com.atlassian.jira.ext.fisheye:fisheye-issuepanel > >if > > you're cascading a persist back to yourself. > > > > -mike > > > > On Sat, Oct 18, 2008 at 9:13 AM, is_maximum <[EMAIL PROTECTED]> wrote: > > > >> > >> Hello > >> > >> I have a self-refferring entity. I can't persist more than 2 level into > >> the > >> table. OpenJPA throws a ConcurrentModificationException > >> > >> is this a bug? I am running my app in J2SE platform. > >> > >> thanks > >> -- > >> View this message in context: > >> > http://n2.nabble.com/-URGENT-ConcurrentModificationException-in-a-tree-structure-tp1349080p1349080.html > >> Sent from the OpenJPA Users mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://n2.nabble.com/-URGENT-ConcurrentModificationException-in-a-tree-structure-tp1349080p1349776.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. > >
