You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Scott Parkerson (JIRA)" <ji...@apache.org> on 2010/01/05 00:02:16 UTC

[jira] Created: (SMX4-455) activemq feature missing dependencies; fails to start two bundles without camel-cxf installed

activemq feature missing dependencies; fails to start two bundles without camel-cxf installed
---------------------------------------------------------------------------------------------

                 Key: SMX4-455
                 URL: https://issues.apache.org/activemq/browse/SMX4-455
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.1.0
         Environment: Apache ServiceMix 4.1 RC1 (FUSE ESB)
            Reporter: Scott Parkerson


Apparently, some bundles in the activemq features will fail to start if the camel-cxf feature (which provides some dependencies) isn't also installed.

The two bundles that fail to start:

*  org.apache.activemq.activemq-console (Missing Constraint: Import-Package: org.apache.velocity; version="0.0.0")
*  org.apache.servicemix.activemq.commands (Missing Constraint: Import-Package: org.apache.activemq.console; version="[5.3.0,6.0.0)")

To reproduce:

# Start with a fresh build of SMX 4.1 RC1; edit {{etc/org.apache.felix.karaf.features.cfg}} and remove "camel-cxf" from the featuresBoot line.
# Start up SMX. Note that the two aforementioned bundles are installed, but not started.

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


[jira] Resolved: (SMX4-455) activemq feature missing dependencies; fails to start two bundles without camel-cxf installed

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

Freeman Fang resolved SMX4-455.
-------------------------------

    Fix Version/s: 4.4.0
       Resolution: Fixed

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

> activemq feature missing dependencies; fails to start two bundles without camel-cxf installed
> ---------------------------------------------------------------------------------------------
>
>                 Key: SMX4-455
>                 URL: https://issues.apache.org/activemq/browse/SMX4-455
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.2.0
>         Environment: Apache ServiceMix 4.1 RC1 (FUSE ESB)
>            Reporter: Scott Parkerson
>            Assignee: Freeman Fang
>             Fix For: 4.4.0
>
>
> Apparently, some bundles in the activemq features will fail to start if the camel-cxf feature (which provides some dependencies) isn't also installed.
> The two bundles that fail to start:
> *  org.apache.activemq.activemq-console (Missing Constraint: Import-Package: org.apache.velocity; version="0.0.0")
> *  org.apache.servicemix.activemq.commands (Missing Constraint: Import-Package: org.apache.activemq.console; version="[5.3.0,6.0.0)")
> To reproduce:
> # Start with a fresh build of SMX 4.1 RC1; edit {{etc/org.apache.felix.karaf.features.cfg}} and remove "camel-cxf" from the featuresBoot line.
> # Start up SMX. Note that the two aforementioned bundles are installed, but not started.

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


[jira] Assigned: (SMX4-455) activemq feature missing dependencies; fails to start two bundles without camel-cxf installed

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

Freeman Fang reassigned SMX4-455:
---------------------------------

    Assignee: Freeman Fang

> activemq feature missing dependencies; fails to start two bundles without camel-cxf installed
> ---------------------------------------------------------------------------------------------
>
>                 Key: SMX4-455
>                 URL: https://issues.apache.org/activemq/browse/SMX4-455
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.1.0
>         Environment: Apache ServiceMix 4.1 RC1 (FUSE ESB)
>            Reporter: Scott Parkerson
>            Assignee: Freeman Fang
>
> Apparently, some bundles in the activemq features will fail to start if the camel-cxf feature (which provides some dependencies) isn't also installed.
> The two bundles that fail to start:
> *  org.apache.activemq.activemq-console (Missing Constraint: Import-Package: org.apache.velocity; version="0.0.0")
> *  org.apache.servicemix.activemq.commands (Missing Constraint: Import-Package: org.apache.activemq.console; version="[5.3.0,6.0.0)")
> To reproduce:
> # Start with a fresh build of SMX 4.1 RC1; edit {{etc/org.apache.felix.karaf.features.cfg}} and remove "camel-cxf" from the featuresBoot line.
> # Start up SMX. Note that the two aforementioned bundles are installed, but not started.

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


[jira] Commented: (SMX4-455) activemq feature missing dependencies; fails to start two bundles without camel-cxf installed

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

Freeman Fang commented on SMX4-455:
-----------------------------------

Hi Scott,

Thanks for pointing out this issue.
Actually this problem only occur for FUSE ESB now.
As the activemq-console 5.3 (which is the latest release on Apache side, and we use this version for apache servicemix) dosen't have velocity dependency. activemq-console introduce velocity dependency after 5.3 release, we use more recent activemq fuse version for fuse product, so you can see this problem in FUSE ESB 4.1 RC1.

I will fix it on fuse side now, and keep this apache side issue open until we encounter problem when we upgrade to next version of  activemq apache side release.

Regards
Freeman

> activemq feature missing dependencies; fails to start two bundles without camel-cxf installed
> ---------------------------------------------------------------------------------------------
>
>                 Key: SMX4-455
>                 URL: https://issues.apache.org/activemq/browse/SMX4-455
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.1.0
>         Environment: Apache ServiceMix 4.1 RC1 (FUSE ESB)
>            Reporter: Scott Parkerson
>            Assignee: Freeman Fang
>
> Apparently, some bundles in the activemq features will fail to start if the camel-cxf feature (which provides some dependencies) isn't also installed.
> The two bundles that fail to start:
> *  org.apache.activemq.activemq-console (Missing Constraint: Import-Package: org.apache.velocity; version="0.0.0")
> *  org.apache.servicemix.activemq.commands (Missing Constraint: Import-Package: org.apache.activemq.console; version="[5.3.0,6.0.0)")
> To reproduce:
> # Start with a fresh build of SMX 4.1 RC1; edit {{etc/org.apache.felix.karaf.features.cfg}} and remove "camel-cxf" from the featuresBoot line.
> # Start up SMX. Note that the two aforementioned bundles are installed, but not started.

-- 
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-455) activemq feature missing dependencies; fails to start two bundles without camel-cxf installed

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

Work on SMX4-455 started by Freeman Fang.

> activemq feature missing dependencies; fails to start two bundles without camel-cxf installed
> ---------------------------------------------------------------------------------------------
>
>                 Key: SMX4-455
>                 URL: https://issues.apache.org/activemq/browse/SMX4-455
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.1.0
>         Environment: Apache ServiceMix 4.1 RC1 (FUSE ESB)
>            Reporter: Scott Parkerson
>            Assignee: Freeman Fang
>
> Apparently, some bundles in the activemq features will fail to start if the camel-cxf feature (which provides some dependencies) isn't also installed.
> The two bundles that fail to start:
> *  org.apache.activemq.activemq-console (Missing Constraint: Import-Package: org.apache.velocity; version="0.0.0")
> *  org.apache.servicemix.activemq.commands (Missing Constraint: Import-Package: org.apache.activemq.console; version="[5.3.0,6.0.0)")
> To reproduce:
> # Start with a fresh build of SMX 4.1 RC1; edit {{etc/org.apache.felix.karaf.features.cfg}} and remove "camel-cxf" from the featuresBoot line.
> # Start up SMX. Note that the two aforementioned bundles are installed, but not started.

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