Ok, so with Java 5, OpenJPA requires the agent and OpenEJB currently only supports OpenJPA as the JPA provider correct?
I also noticed you added security servlets in the latest ejb-examples, so EJB security in Tomcat now works? thanks, Dario > On Sep 26, 2007, at 4:57 PM, Dario Laverde wrote: > >> According to the OpenJPA docs: >> >> http://openjpa.apache.org/docs/latest/manual/ >> ref_guide_pc_enhance.html#ref_guide_pc_enhance_unenhanced_types >> >> with Java 6 OpenJPA doesn't require the java agent "enhancer". > > Interesting, the Java6 vm supports runtime binding of agent classes. > The best info on this I found by googling for "sun Agent-Class" was > this blog post http://blogs.sun.com/sundararajan/entry/ > using_mustang_s_attach_api > > We should definitely support this when we support Java6. > >> Would there be any >> issues with running OpenEJB with Java 6, and has anyone else here >> tested other JPA >> providers with OpenEJB? > > The server doesn't run on Java6 due to changes in the JDBC apis. I > think the biggest task is to update commons-dbcp to support Java6. > > -dain >
