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 2009/09/21 13:15:51 UTC

[jira] Commented: (SMX4-370) add necessary bundles for connector feature

    [ https://issues.apache.org/activemq/browse/SMX4-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54393#action_54393 ] 

Freeman Fang commented on SMX4-370:
-----------------------------------

Just realize that the problem comes from that the spring related bundle are now missing in startup.properties(which we reuse it from karaf), we may need a features specific startup.properties to add all needed service bundles

> add necessary bundles for connector feature
> -------------------------------------------
>
>                 Key: SMX4-370
>                 URL: https://issues.apache.org/activemq/browse/SMX4-370
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.1.0
>
>
> we need add bundles as follows
> <bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version}</bundle>
> <bundle>mvn:org.springframework/spring-aop/${spring.version}</bundle>
> <bundle>mvn:org.springframework/spring-beans/${spring.version}</bundle>
> <bundle>mvn:org.springframework/spring-context/${spring.version}</bundle>
> <bundle>mvn:org.springframework/spring-transaction/${spring.version}</bundle>
> which is needed for jencks bundle in connector feature

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