Re: OpenEJB Tomcat Deployments

2010-04-29 Thread Minh
); ... -- -- View this message in context: http://openejb.979440.n4.nabble.com/OpenEJB-Tomcat-Deployments-tp980872p2076252.html Sent from the OpenEJB User mailing list archive at Nabble.com.

OpenEJB Tomcat Deployments

2008-10-15 Thread Thiago Antônio Marafon
Hi all, I´m evaluation OpenEJB 3.0 with Tomcat 6. Everything is ok, my test application is working great. But, I noticed that the more jars the application has, longer is the Tomcat bootstrap time. Then I saw this: http://openejb.apache.org/3.0/application-discovery-via-the-classpath.html And

Re: OpenEJB Tomcat Deployments

2008-10-15 Thread Thiago Antônio Marafon
Hello Reza! Thanks for helping me again. I made a simple application, using no jars, with only one annotated EJB, and Tomcat loads in +- 25 seconds. If I make this app depend on Hibernate, Struts and some others jars (20 jars total), still with only one EJB, then Tomcat takes 55 seconds to

Re: OpenEJB Tomcat Deployments

2008-10-15 Thread David Blevins
Hi Thiago, We do in fact scan all of WEB-INF/lib/ and WEB-INF/classes for ejbs. The openejb.deployments.classpath.include property applies to boot- time scanning of the system classpath, but we could probably rig up something that allows you to set that and similar flags for an

Re: OpenEJB Tomcat Deployments

2008-10-15 Thread Thiago Antônio Marafon
Thank you very much David for you extra fast reply! :-) Congrats for the great work with OpenEJB! Thiago David Blevins escreveu: Hi Thiago, We do in fact scan all of WEB-INF/lib/ and WEB-INF/classes for ejbs. The openejb.deployments.classpath.include property applies to boot-time scanning