Sunday, August 05, 2012

Why not to use Apache OpenJPA?

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.

No comments: