I saw that "validate" and "validateAll" were added so I thought I would try upgrading. I am current using CVS somewhere around the release of CR1-CR2 (it prints beta 2 in the startup log). I am using the embedded-EJB container with Tomcat 5.5.17.
After I upgraded, my tomcat start time went from ~20-30 seconds to ~2 minutes (the major problem is during the deployment of the EJB entities). When I went to access my site, I got NullPointerExceptions. It looks like the exception was due to a null EntityManager. I am using the extended manager, so my beans have: @In(create=true) private EntityManager entityManager; Unfortunately, I am near a release so couldn't afford the time to troubleshoot, so I rolled back and can't get any more details at the moment. Just curious if there were any compatibility breaking changes (besides the package changing on @Intercetpors) that may have caused the above symptoms? (BTW - I didn't change any of my code, or my setup at all, just updated the Jars and the embedded-ejb conf files) Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950703#3950703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950703 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
