[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-330) Invalid capability matching for dynamic or optional imports

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Thu Jun 3 08:41:45 EDT 2010


Invalid capability matching for dynamic or optional imports
-----------------------------------------------------------

                 Key: JBOSGI-330
                 URL: https://jira.jboss.org/browse/JBOSGI-330
             Project: JBoss OSGi
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Core Framework
            Reporter: Thomas Diesler
            Assignee: Thomas Diesler
             Fix For: JBossOSGi 1.0.0 Beta8


The OSGiPackageCapability requires a workaround in resolve that falls back to simple package name, version and attribute matching

         if (osgiRequirement.isDynamic() || osgiRequirement.isOptional())
         {
            match = super.resolves(reqModule, mcRequirement);
            match &= matchAttributes(osgiRequirement);
         }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list