Hi All, I am working on a project to migrate several applications from EJB 2.1 to 3.0. The entire entity beans will be removed, and add new POJO implementation against JPA implementation which is OpenJPA 0.9.7 on BEA WebLogic Server 10.
I found an interesting thing that is the lazyload enhancement doesn't work within container. Since we can't compile test code after enhancement, we let this for container. Meanwhile, I tried to make a similar pojo test environment with same code base and db. It works well. The major differences between these two is Runtime / Compiletime enhancement. Does anyone find the same issue? *: the entities have a little complex hierarchy and embeddable object as primary id. -- View this message in context: http://www.nabble.com/Inconsistent-lazyload-between-runtime---compiletime-enhancement-tf4084155.html#a11608175 Sent from the OpenJPA Users mailing list archive at Nabble.com.
