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 12:49:52 UTC

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

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


[jira] Resolved: (SMX4-370) add a startup.properties for features kit

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

Freeman Fang resolved SMX4-370.
-------------------------------

    Resolution: Fixed

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

> add a startup.properties for features kit
> -----------------------------------------
>
>                 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (SMX4-370) add a startup.properties for features kit

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

Freeman Fang updated SMX4-370:
------------------------------

    Summary: add a startup.properties for features kit  (was: add necessary bundles for connector feature)

> add a startup.properties for features kit
> -----------------------------------------
>
>                 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.


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

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

Freeman Fang reassigned SMX4-370:
---------------------------------

    Assignee: Freeman Fang

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


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

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

Work on SMX4-370 started by Freeman Fang.

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