7 Replies Latest reply on Sep 3, 2013 5:25 AM by thomas.diesler

    JBoss OSGi / Wildfly 8.0 Alpha 4 : What is the Level of OSGi /Java EE integration

    davenoel

      What is the current level of integration between OSGi bundles and Java EE in Wildfly 8?  I can't seem to find this information anywhere on the web.

       

      Specifically I want to know if I can create an OSGi bundle that can perform all of the following

       

      - Export/import packages/services to/from other bundles

      -  Internally use JPA

      -  Internally export JAX-RS service endpoints

      -  Look up resources through JNDI

      -  Use CDI or Blueprint to inject internal dependencies.

      -  Participate in container level security

      -  Participate in transactions that span multiple bundles(across a service)

       

      Thanks