Docs: EJB 3.1 Singleton documentation

2008-08-23 Thread David Blevins
All, We've implemented the new EJB 3.1 javax.ejb.Singleton bean type. Singletons are a new type of Session bean being added to the EJB 3.1 specification. They provide some much needed functionality to the world of EJB and will be part of the coming OpenEJB 3.1 release.

Re: Functional testing with OpenEJB + Jetty + Selenium

2008-08-23 Thread Karan Malhi
if anyone has improvements or suggestions, please do let me know. If possible, please add more comments in the code.

Re: Custom Resource Factory

2008-08-23 Thread Dain Sundstrom
On Aug 22, 2008, at 4:30 PM, Dain Sundstrom wrote: On Aug 20, 2008, at 6:47 PM, David Blevins wrote: When webbaps boot, we export all the Tomcat configured resources as OpenEJB Resource objects so they are available for injection. What we don't do is log a message when we do that which