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 JPA java agent. > I had an StackOverflowError with OpenJPA without the agent enabled. > Try adding: -javaagent:path-to-openjpa.jar > -- > Luis Fernando Planella Gonzalez