[jboss-jira] [JBoss JIRA] (AS7-5803) Remove dependency on org.osgi.enterprise

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Oct 22 05:03:01 EDT 2012


Thomas Diesler created AS7-5803:
-----------------------------------

             Summary: Remove dependency on org.osgi.enterprise
                 Key: AS7-5803
                 URL: https://issues.jboss.org/browse/AS7-5803
             Project: Application Server 7
          Issue Type: Task
          Components: OSGi
            Reporter: Thomas Diesler
            Assignee: Thomas Diesler
             Fix For: 7.2.0.Alpha1


It is generally considered bad practise to the deploy the compendium/enterprise bundle in the runtime.

This is especially problematic when an API exposed by this bundle provides a newer version as an implementation of it. The implementation bundle would use/export the older version of the API, but a consumer of the API would always bind to the newer version and hence not see the services.

APIs should be exported by the bundles that implement the API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list