Re: java.lang.StackOverflowError Exception after enabling cach

2009-09-08 Thread javadia...@gmail.com
t; >> -Rick >> >> http://openjpa.apache.org/entity-enhancement.html -- Checkout the Build >> Time >> Enhancement section. >> -- >> View this message in context: >> http://n2.nabble.com/java.lang.StackOverflowError-Exception-after-enabling-cach-tp345

Re: java.lang.StackOverflowError Exception after enabling cach

2009-08-18 Thread Michael Dick
the Build > Time > Enhancement section. > -- > View this message in context: > http://n2.nabble.com/java.lang.StackOverflowError-Exception-after-enabling-cach-tp3458426p3467935.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. >

Re: java.lang.StackOverflowError Exception after enabling cach

2009-08-18 Thread Rick Curtis
/java.lang.StackOverflowError-Exception-after-enabling-cach-tp3458426p3467935.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: java.lang.StackOverflowError Exception after enabling cach

2009-08-18 Thread Luis Fernando Planella Gonzalez
Glassfish uses TopLink essentials as JPA provider: https://glassfish.dev.java.net/javaee5/persistence/ My guess would be that it does not uses the OpenJPA agent... You could check the script that starts the server. If you are on NetBeans, there should be an ant task to start the server. There you c

Re: java.lang.StackOverflowError Exception after enabling cach

2009-08-18 Thread javadia...@gmail.com
th OpenJPA without the agent enabled. >> Try adding: -javaagent:path-to-openjpa.jar >> -- >> Luis Fernando Planella Gonzalez > > -- View this message in context: http://n2.nabble.com/java.lang.StackOverflowError-Exception-after-enabling-cach-tp3458426p3464534.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: java.lang.StackOverflowError Exception after enabling cach

2009-08-17 Thread Luis Fernando Planella Gonzalez
Sorry, just in case it's not clear: The -javaagent:path-to-openjpa.jar should be added as a JVM parameter for your java application. -- Luis Fernando Planella Gonzalez Em Segunda-feira 17 Agosto 2009, às 09:33:56, Luis Fernando Planella Gonzalez escreveu: > Something you could try is using the

Re: java.lang.StackOverflowError Exception after enabling cach

2009-08-17 Thread Luis Fernando Planella Gonzalez
Something you could try is using the JPA java agent. I had an StackOverflowError with OpenJPA without the agent enabled. Try adding: -javaagent:path-to-openjpa.jar -- Luis Fernando Planella Gonzalez Em Segunda-feira 17 Agosto 2009, às 09:15:16, javadia...@gmail.com escreveu: > > Hi > I get the f

java.lang.StackOverflowError Exception after enabling cach

2009-08-17 Thread javadia...@gmail.com
-after-enabling-cach-tp3458426p3458426.html Sent from the OpenJPA Users mailing list archive at Nabble.com.