[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-756) DEFAULT_INTEGRATION_PACKAGES versions maybe too strict for WF8 ?

Darryl Miles (JIRA) issues at jboss.org
Thu Jan 30 00:17:28 EST 2014


Darryl Miles created JBOSGI-756:
-----------------------------------

             Summary: DEFAULT_INTEGRATION_PACKAGES versions maybe too strict for WF8 ?
                 Key: JBOSGI-756
                 URL: https://issues.jboss.org/browse/JBOSGI-756
             Project: JBoss OSGi
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: wildfly
            Reporter: Darryl Miles
            Priority: Minor


o.j.as.osgi.service.SystemPackagesIntegration#DEFAULT_INTEGRATION_PACKAGES might list too strict a version for WildFly 8:


org.jboss.dmr;version=1.1.1
BUT:
wildfly-8.0.0.CR1/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.2.0.Final.jar

org.jboss.logging;version=3.1.0
BUT:
wildfly-8.0.0.CR1/modules/system/layers/base/org/jboss/logging/main/jboss-logging-3.1.3.GA.jar


The above two projects do not have a jbosgi-xservice.properties  file ?  is this also a concern ?

org.slf4f.impl has a file jbosgi-xservice.properties

but other org.slf4j.* org.slf4j.spi.* org.slf4j.helpers.* do not have this file, is this a concern ?



If this is indeed a problem.

Could this be unit tested ?  Load up a test-case bundle, pass the String[] from DEFAULT_INTEGRATION_PACKAGES  into the test-case bundle.  Then have it ensure any version was resolved for each package, from inside the test-case bundle execution context.

--
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-osgi-issues mailing list