Hi Everybody, I am trying to add J2EE Web profile support to an Application Server which is based on Tomcat, runs on OSGI platform.
*Architecture In brief:* The Tomcat is running within an OSGI bundle. The Tomcat class loader is the class loader of the OSGI bundle that hosts the Tomcat. The Application Server uses an extended version of Catalina's WebappClassLoader. *Problems* I have few questions about Tomee/OpenEJB 1. What do the openejb-* code and tomee-* codes do? What is the difference? 2. Can I get Web profile support only using openejb-* libraries on my Application Server? (is tomee-* code is mandatory for webprofile)? 3. Is there a way of running openejb on a separate OSGI bundle and couple it to running Tomcat bundle using OSGI service etc...? 4. Can someone point me to some documentations which disucss about OpenEJB & Tomee architectures and any sample of OpenEJB/Tomee on OSGI based server? I do not need to have fancy way of integrating like Tomee to tomcat integration. I can hard-code the paths as permanent entries. Thanks in Advance! Chamil -- [email protected]
