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 o

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 individual

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 star

Re: OpenEJB Tomcat Deployments

2008-10-15 Thread Reza Rahman
Thiago, What kind of boot times are you seeing? How many jars do you have? Do you need them all in the app or can some of them go in Tomcat/lib instead? I have to say I haven't seen much of an issue on this, but I am using OpenEJB for unit testing only, not with Tomcat. If performance is a v

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 in an OSGi container

2008-10-15 Thread Henri Gomez
> > Succeeded to load OpenEJB in Felix 1.2.1 OSGi container. > See > https://issues.apache.org/jira/browse/OPENEJB-921 > for details. > It's not perfect but it fits my needs (for now - just had to produce > a proof of concept). > /zog What about a wiki/blob about this Proof Of Concept. Good