I would like to know how well OSGI fits with EJB3, that is 1. Is it possible to run a EJB3 as an OSGI-bundle, if yes, then please some examples on how to do that or read about it. 2. If its not possible to run an EJB3 as an OSGI-bundle, what is the best practice to be able to use EJB3 with OSGI bundles. And how should this be deployed.
For example is the below structure possible, and if so can the OSGI-bundles access the ejb.jar for example with jndi, or what is the best practice ------> Ear --------->ejb.jar ----------->osgiBundle1 ----------->osgiBundel2 ----------->osgiBundle3 3. We have a lot of exisiting applications that we want to migrate to OSGI, what is the best approach, step by step. Thanks in advance Pierre Mardyrosian
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
