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/05/23 07:40:54 UTC

[jira] Created: (SMX4-20) get BundleException when try to install camel-nmr feature

get BundleException when try to install camel-nmr feature
---------------------------------------------------------

                 Key: SMX4-20
                 URL: https://issues.apache.org/activemq/browse/SMX4-20
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.0-m1
            Reporter: Freeman Fang
             Fix For: 4.0-m2


when try to install camel-nmr feature
ERROR BundleException: Unresolved package in bundle 29: package; (&(package=javax.xml.stream)(version>=1.0.0))
this missing bundle jar defined in jbi feature, and jbi feature include nmr feature, so we need use jbi feature inside caml-nmr feature to get it address

-- 
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-20) get BundleException when try to install camel-nmr feature

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

Work on SMX4-20 started by Freeman Fang.

> get BundleException when try to install camel-nmr feature
> ---------------------------------------------------------
>
>                 Key: SMX4-20
>                 URL: https://issues.apache.org/activemq/browse/SMX4-20
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> when try to install camel-nmr feature
> ERROR BundleException: Unresolved package in bundle 29: package; (&(package=javax.xml.stream)(version>=1.0.0))
> this missing bundle jar defined in jbi feature, and jbi feature include nmr feature, so we need use jbi feature inside caml-nmr feature to get it address

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


[jira] Resolved: (SMX4-20) get BundleException when try to install camel-nmr feature

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

Freeman Fang resolved SMX4-20.
------------------------------

    Resolution: Fixed

> get BundleException when try to install camel-nmr feature
> ---------------------------------------------------------
>
>                 Key: SMX4-20
>                 URL: https://issues.apache.org/activemq/browse/SMX4-20
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> when try to install camel-nmr feature
> ERROR BundleException: Unresolved package in bundle 29: package; (&(package=javax.xml.stream)(version>=1.0.0))
> this missing bundle jar defined in jbi feature, and jbi feature include nmr feature, so we need use jbi feature inside caml-nmr feature to get it address

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


[jira] Commented: (SMX4-20) get BundleException when try to install camel-nmr feature

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

Freeman Fang commented on SMX4-20:
----------------------------------

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

actually the error is caused by missing stax-api bundle jar in camel feature.



> get BundleException when try to install camel-nmr feature
> ---------------------------------------------------------
>
>                 Key: SMX4-20
>                 URL: https://issues.apache.org/activemq/browse/SMX4-20
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> when try to install camel-nmr feature
> ERROR BundleException: Unresolved package in bundle 29: package; (&(package=javax.xml.stream)(version>=1.0.0))
> this missing bundle jar defined in jbi feature, and jbi feature include nmr feature, so we need use jbi feature inside caml-nmr feature to get it address

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


[jira] Assigned: (SMX4-20) get BundleException when try to install camel-nmr feature

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

Freeman Fang reassigned SMX4-20:
--------------------------------

    Assignee: Freeman Fang

> get BundleException when try to install camel-nmr feature
> ---------------------------------------------------------
>
>                 Key: SMX4-20
>                 URL: https://issues.apache.org/activemq/browse/SMX4-20
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> when try to install camel-nmr feature
> ERROR BundleException: Unresolved package in bundle 29: package; (&(package=javax.xml.stream)(version>=1.0.0))
> this missing bundle jar defined in jbi feature, and jbi feature include nmr feature, so we need use jbi feature inside caml-nmr feature to get it address

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


[jira] Commented: (SMX4-20) get BundleException when try to install camel-nmr feature

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

Freeman Fang commented on SMX4-20:
----------------------------------

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

> get BundleException when try to install camel-nmr feature
> ---------------------------------------------------------
>
>                 Key: SMX4-20
>                 URL: https://issues.apache.org/activemq/browse/SMX4-20
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> when try to install camel-nmr feature
> ERROR BundleException: Unresolved package in bundle 29: package; (&(package=javax.xml.stream)(version>=1.0.0))
> this missing bundle jar defined in jbi feature, and jbi feature include nmr feature, so we need use jbi feature inside caml-nmr feature to get it address

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