Some of the same approaches we used in Equinox may be applicable for Felix in your scenario. See http://www.eclipse.org/equinox/server
Jeff "Todd Nist" <[EMAIL PROTECTED]> 10/24/2006 12:35 PM Please respond to felix-dev@incubator.apache.org To <felix-dev@incubator.apache.org> cc Subject Embedding Felix in Application Server (JBoss) Hi, I was wondering if it is possible to embed Felix inside of JBoss, as perhaps a SAR or some other service. When the service is started, I would like to simply create an instance of Felix to expose pluggable components to our application. I am thinking that it may be as simple as: Felix m_felix =3D nex Felix(); m_felix.start(.....) Will this enable access to the bundles exposed by Felix within our other resources, i.e. EJB's or other services? I have looked at a package, Nuxeo Runtime (http://www.nuxeo.org/sections/projects/runtime/) which provides a OSGI based framework but provides some lock in to there product. I would prefer to leverage Felix to achieve the same type of environment if possible. Thanks in advance. Regards, Todd