You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/06/16 11:14:42 UTC

[jira] [Created] (KARAF-1554) Integration test failure on FeatureTest around osgi compareTo method

Jean-Baptiste Onofré created KARAF-1554:
-------------------------------------------

             Summary: Integration test failure on FeatureTest around osgi compareTo method
                 Key: KARAF-1554
                 URL: https://issues.apache.org/jira/browse/KARAF-1554
             Project: Karaf
          Issue Type: Bug
          Components: karaf-test
    Affects Versions: 2.3.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.3.0




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Work stopped] (KARAF-1554) Integration test failure on FeatureTest around osgi compareTo method

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KARAF-1554 stopped by Jean-Baptiste Onofré.

> Integration test failure on FeatureTest around osgi compareTo method
> --------------------------------------------------------------------
>
>                 Key: KARAF-1554
>                 URL: https://issues.apache.org/jira/browse/KARAF-1554
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-test
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (KARAF-1554) Integration test failure on FeatureTest around osgi compareTo method

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1554.
-----------------------------------------

    Resolution: Fixed

Fixed thanks to KARAF-1798
                
> Integration test failure on FeatureTest around osgi compareTo method
> --------------------------------------------------------------------
>
>                 Key: KARAF-1554
>                 URL: https://issues.apache.org/jira/browse/KARAF-1554
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-test
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>


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

[jira] [Commented] (KARAF-1554) Integration test failure on FeatureTest around osgi compareTo method

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13393696#comment-13393696 ] 

Jean-Baptiste Onofré commented on KARAF-1554:
---------------------------------------------

The stack trace (for both Equinox and Felix) is:

testFeatures [equinox](org.apache.karaf.shell.itests.FeaturesTest)  Time elapsed: 0.156 sec  <<< ERROR!
java.lang.NoSuchMethodError: org.osgi.framework.Version.compareTo(Lorg/osgi/framework/Version;)I
        at org.apache.karaf.features.internal.FeaturesServiceImpl.getFeature(FeaturesServiceImpl.java:912)
        at org.ops4j.pax.scanner.features.internal.FeaturesScanner.features(FeaturesScanner.java:125)
        at org.ops4j.pax.scanner.features.internal.FeaturesScanner.scan(FeaturesScanner.java:94)
        at org.ops4j.pax.scanner.internal.ProvisionServiceImpl.scan(ProvisionServiceImpl.java:155)
        at org.ops4j.pax.scanner.internal.ProvisionServiceImpl.scan(ProvisionServiceImpl.java:93)
        at org.ops4j.pax.runner.Run.installBundles(Run.java:481)
        at org.ops4j.pax.runner.Run.start(Run.java:222)
        at org.ops4j.pax.runner.Run.start(Run.java:182)
        at org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.start(PaxRunnerTestContainer.java:282)
        at org.ops4j.pax.exam.junit.internal.JUnit4TestMethod.invoke(JUnit4TestMethod.java:142)
        at org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:105)
        at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)
        at org.ops4j.pax.exam.junit.internal.JUnit4MethodRoadie.runBeforesThenTestThenAfters(JUnit4MethodRoadie.java:60)
        at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:84)
        at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:49)
        at org.ops4j.pax.exam.junit.JUnit4TestRunner.invokeTestMethod(JUnit4TestRunner.java:246)
        at org.ops4j.pax.exam.junit.JUnit4TestRunner.runMethods(JUnit4TestRunner.java:196)
        at org.ops4j.pax.exam.junit.JUnit4TestRunner$2.run(JUnit4TestRunner.java:186)
        at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:34)
        at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:44)
        at org.ops4j.pax.exam.junit.JUnit4TestRunner.run(JUnit4TestRunner.java:182)
        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
        at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
        at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
        at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)

                
> Integration test failure on FeatureTest around osgi compareTo method
> --------------------------------------------------------------------
>
>                 Key: KARAF-1554
>                 URL: https://issues.apache.org/jira/browse/KARAF-1554
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-test
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Work started] (KARAF-1554) Integration test failure on FeatureTest around osgi compareTo method

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KARAF-1554 started by Jean-Baptiste Onofré.

> Integration test failure on FeatureTest around osgi compareTo method
> --------------------------------------------------------------------
>
>                 Key: KARAF-1554
>                 URL: https://issues.apache.org/jira/browse/KARAF-1554
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-test
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1554) Integration test failure on FeatureTest around osgi compareTo method

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395466#comment-13395466 ] 

Jean-Baptiste Onofré commented on KARAF-1554:
---------------------------------------------

I'm waiting the feedback from the dev mailing list to see if I refactore the itests.
                
> Integration test failure on FeatureTest around osgi compareTo method
> --------------------------------------------------------------------
>
>                 Key: KARAF-1554
>                 URL: https://issues.apache.org/jira/browse/KARAF-1554
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-test
>    Affects Versions: 2.3.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira