You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2012/11/16 09:24:11 UTC

[jira] [Created] (FELIX-3759) Resolution failure due to WrappedCapability inequality

Thomas Diesler created FELIX-3759:
-------------------------------------

             Summary: Resolution failure due to WrappedCapability inequality
                 Key: FELIX-3759
                 URL: https://issues.apache.org/jira/browse/FELIX-3759
             Project: Felix
          Issue Type: Bug
          Components: Resolver
            Reporter: Thomas Diesler


It seems to be happening because the ResolverImpl.isCompatible() method is comparing two capabilities; one is an AbstractBundleCapability and the other is a WrappedCapability that contains the same instance of AbstractBundleCapability. The result of the comparison is false.

See: https://issues.jboss.org/browse/AS7-5958

So far I cannot reproduce this in an isolated test. Perhaps you can think of a setup that reproduces this condition.

--
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