After doing a lot of analysis and sandboxing I realized that there are some issues with implementing OpenJPA in a WebApplication.
First issue was implementing HSQL - Problem: It always fails complaining about java-heap-size.
Even when this was increased.
Second issue was encountered when using MySQL: - OpenJPA now needs javaagent...
http://stackoverflow.com/questions/2127263/openjpa-on-java-se
No too sure on why..
Moving to Hibernate JPA.
First issue was implementing HSQL - Problem: It always fails complaining about java-heap-size.
Even when this was increased.
Second issue was encountered when using MySQL: - OpenJPA now needs javaagent...
http://stackoverflow.com/questions/2127263/openjpa-on-java-se
No too sure on why..
Moving to Hibernate JPA.
No comments:
Post a Comment