You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2012/07/18 15:36:33 UTC

[jira] [Created] (SMX4NMR-295) Remove StAX 1.0 dependency in woodstox feature

Jonathan Anstey created SMX4NMR-295:
---------------------------------------

             Summary: Remove StAX 1.0 dependency in woodstox feature
                 Key: SMX4NMR-295
                 URL: https://issues.apache.org/jira/browse/SMX4NMR-295
             Project: ServiceMix NMR
          Issue Type: Task
    Affects Versions: 1.5.0
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 1.6.0


When running SMX on JDK 1.6 and greater, there is no need to install the StAX 1.0 API. Since it is already provided from the system bundle in this case, we don't need it in the woodstox feature.

--
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] (SMX4NMR-295) Remove StAX 1.0 dependency in woodstox feature

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4NMR-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417138#comment-13417138 ] 

Daniel Kulp commented on SMX4NMR-295:
-------------------------------------


This is ONLY true when using Karaf 2.3 and the endorsed api bundles which is not yet released.  If using 2.2.x, you HAVE to have the org.apache.servicemix.specs.stax-api-1.0 bundle or woodstox won't be found as the service locator will not find the versions found in the bundles.

                
> Remove StAX 1.0 dependency in woodstox feature
> ----------------------------------------------
>
>                 Key: SMX4NMR-295
>                 URL: https://issues.apache.org/jira/browse/SMX4NMR-295
>             Project: ServiceMix NMR
>          Issue Type: Task
>    Affects Versions: 1.5.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.6.0
>
>
> When running SMX on JDK 1.6 and greater, there is no need to install the StAX 1.0 API. Since it is already provided from the system bundle in this case, we don't need it in the woodstox feature.

--
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] (SMX4NMR-295) Remove StAX 1.0 dependency in woodstox feature

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4NMR-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13417193#comment-13417193 ] 

Jonathan Anstey commented on SMX4NMR-295:
-----------------------------------------

Yeah, you're right. Nothing failed in the NMR/features unit tests but sure enough when stax 1.0 API is removed from the features distro I have problems installing CXF:

karaf@root> features:install cxf
Error executing command: Can not resolve feature:
Unsatisfied requirement(s):
---------------------------
   package:(&(package=javax.xml.stream.events))
      Woodstox XML-processor

Thanks for catching that :)
                
> Remove StAX 1.0 dependency in woodstox feature
> ----------------------------------------------
>
>                 Key: SMX4NMR-295
>                 URL: https://issues.apache.org/jira/browse/SMX4NMR-295
>             Project: ServiceMix NMR
>          Issue Type: Task
>    Affects Versions: 1.5.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.6.0
>
>
> When running SMX on JDK 1.6 and greater, there is no need to install the StAX 1.0 API. Since it is already provided from the system bundle in this case, we don't need it in the woodstox feature.

--
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] (SMX4NMR-295) Remove StAX 1.0 dependency in woodstox feature

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4NMR-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved SMX4NMR-295.
-------------------------------------

    Resolution: Fixed

[janstey@duffman trunk]$ svn ci -m "SMX4NMR-295 - Remove StAX 1.0 dependency in woodstox feature"
Sending        features/src/main/resources/features.xml
Sending        jbi/itests/pom.xml
Sending        jbi/itests/src/test/java/org/apache/servicemix/jbi/itests/IntegrationTest.java
Sending        jbi/itests/src/test/java/org/apache/servicemix/jbi/itests/ManagementTest.java
Sending        parent/pom.xml
Transmitting file data .....
Committed revision 1362944.

                
> Remove StAX 1.0 dependency in woodstox feature
> ----------------------------------------------
>
>                 Key: SMX4NMR-295
>                 URL: https://issues.apache.org/jira/browse/SMX4NMR-295
>             Project: ServiceMix NMR
>          Issue Type: Task
>    Affects Versions: 1.5.0
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 1.6.0
>
>
> When running SMX on JDK 1.6 and greater, there is no need to install the StAX 1.0 API. Since it is already provided from the system bundle in this case, we don't need it in the woodstox feature.

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