You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/11/02 10:47:05 UTC

[jira] Created: (SMX4-147) examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle

examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle
-----------------------------------------------------------------------------------------------------

                 Key: SMX4-147
                 URL: https://issues.apache.org/activemq/browse/SMX4-147
             Project: ServiceMix 4
          Issue Type: Test
            Reporter: Freeman Fang
             Fix For: 4.0-m2


get exception like
[org.apache.servicemix.examples.IntegrationTest] : cannot start bundle [Apache CXF Bundle Jar (org.apache.cxf.cxf-bundle)|file:/home/ffang/.m2/repositoryforsmxrelease/org/apache/cxf/cxf-bundle/2.1.3/cxf-bundle-2.1.3.jar]
org.osgi.framework.BundleException: Unresolved package in bundle 42: package; (package=javax.resource)
        at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1728)
        at org.apache.felix.framework.Felix._startBundle(Felix.java:1591)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
        at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
        at org.springframework.osgi.test.AbstractOsgiTests.startBundle(AbstractOsgiTests.java:341)
        at org.springframework.osgi.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:258)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-147) examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-147.
-------------------------------

    Resolution: Fixed

commit fix
http://svn.apache.org/viewvc?rev=709870&view=rev

> examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-147
>                 URL: https://issues.apache.org/activemq/browse/SMX4-147
>             Project: ServiceMix 4
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
> [org.apache.servicemix.examples.IntegrationTest] : cannot start bundle [Apache CXF Bundle Jar (org.apache.cxf.cxf-bundle)|file:/home/ffang/.m2/repositoryforsmxrelease/org/apache/cxf/cxf-bundle/2.1.3/cxf-bundle-2.1.3.jar]
> org.osgi.framework.BundleException: Unresolved package in bundle 42: package; (package=javax.resource)
>         at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1728)
>         at org.apache.felix.framework.Felix._startBundle(Felix.java:1591)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
>         at org.springframework.osgi.test.AbstractOsgiTests.startBundle(AbstractOsgiTests.java:341)
>         at org.springframework.osgi.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:258)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4-147) examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMX4-147:
---------------------------------

    Assignee: Freeman Fang

> examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-147
>                 URL: https://issues.apache.org/activemq/browse/SMX4-147
>             Project: ServiceMix 4
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
> [org.apache.servicemix.examples.IntegrationTest] : cannot start bundle [Apache CXF Bundle Jar (org.apache.cxf.cxf-bundle)|file:/home/ffang/.m2/repositoryforsmxrelease/org/apache/cxf/cxf-bundle/2.1.3/cxf-bundle-2.1.3.jar]
> org.osgi.framework.BundleException: Unresolved package in bundle 42: package; (package=javax.resource)
>         at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1728)
>         at org.apache.felix.framework.Felix._startBundle(Felix.java:1591)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
>         at org.springframework.osgi.test.AbstractOsgiTests.startBundle(AbstractOsgiTests.java:341)
>         at org.springframework.osgi.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:258)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-147) examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47038#action_47038 ] 

Freeman Fang commented on SMX4-147:
-----------------------------------

create https://issues.apache.org/jira/browse/CXF-1898 to fix it on cxf side

> examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-147
>                 URL: https://issues.apache.org/activemq/browse/SMX4-147
>             Project: ServiceMix 4
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
> [org.apache.servicemix.examples.IntegrationTest] : cannot start bundle [Apache CXF Bundle Jar (org.apache.cxf.cxf-bundle)|file:/home/ffang/.m2/repositoryforsmxrelease/org/apache/cxf/cxf-bundle/2.1.3/cxf-bundle-2.1.3.jar]
> org.osgi.framework.BundleException: Unresolved package in bundle 42: package; (package=javax.resource)
>         at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1728)
>         at org.apache.felix.framework.Felix._startBundle(Felix.java:1591)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
>         at org.springframework.osgi.test.AbstractOsgiTests.startBundle(AbstractOsgiTests.java:341)
>         at org.springframework.osgi.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:258)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (SMX4-147) examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-147 started by Freeman Fang.

> examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-147
>                 URL: https://issues.apache.org/activemq/browse/SMX4-147
>             Project: ServiceMix 4
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
> [org.apache.servicemix.examples.IntegrationTest] : cannot start bundle [Apache CXF Bundle Jar (org.apache.cxf.cxf-bundle)|file:/home/ffang/.m2/repositoryforsmxrelease/org/apache/cxf/cxf-bundle/2.1.3/cxf-bundle-2.1.3.jar]
> org.osgi.framework.BundleException: Unresolved package in bundle 42: package; (package=javax.resource)
>         at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1728)
>         at org.apache.felix.framework.Felix._startBundle(Felix.java:1591)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
>         at org.springframework.osgi.test.AbstractOsgiTests.startBundle(AbstractOsgiTests.java:341)
>         at org.springframework.osgi.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:258)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-147) examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46970#action_46970 ] 

Freeman Fang commented on SMX4-147:
-----------------------------------

even we already set 
javax.resource.spi* as optional in cxf-bundle, but still get this exception.
I think we should set 
javax.resource* as optional instead.
before this issue in cxf bundle get fixed, we need add 
geronimo-j2ee-connector_1.5_spec and  geronimo-jta_1.1_spec to this test

> examples/itests/IntegrationTest failed due to can't find javax.resource package when start cxf-bundle
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-147
>                 URL: https://issues.apache.org/activemq/browse/SMX4-147
>             Project: ServiceMix 4
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
> [org.apache.servicemix.examples.IntegrationTest] : cannot start bundle [Apache CXF Bundle Jar (org.apache.cxf.cxf-bundle)|file:/home/ffang/.m2/repositoryforsmxrelease/org/apache/cxf/cxf-bundle/2.1.3/cxf-bundle-2.1.3.jar]
> org.osgi.framework.BundleException: Unresolved package in bundle 42: package; (package=javax.resource)
>         at org.apache.felix.framework.Felix._resolveBundle(Felix.java:1728)
>         at org.apache.felix.framework.Felix._startBundle(Felix.java:1591)
>         at org.apache.felix.framework.Felix.startBundle(Felix.java:1544)
>         at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:371)
>         at org.springframework.osgi.test.AbstractOsgiTests.startBundle(AbstractOsgiTests.java:341)
>         at org.springframework.osgi.test.AbstractOsgiTests.startup(AbstractOsgiTests.java:258)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.