You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2011/08/28 06:15:37 UTC

[jira] [Issue Comment Edited] (KARAF-835) Provide a spring-jms feature

    [ https://issues.apache.org/jira/browse/KARAF-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092413#comment-13092413 ] 

Freeman Fang edited comment on KARAF-835 at 8/28/11 4:15 AM:
-------------------------------------------------------------

Hi JB,

We do same thing for SMX4 already, as Annotation 1.1 Spec is used for Java 6, here is the change in  SMX4[1].
But it's another issue IMO, create KARAF-840[2] to track it.
[1]http://svn.apache.org/viewvc?view=revision&revision=1089869
[2] https://issues.apache.org/jira/browse/KARAF-840

Freeman


      was (Author: ffang):
    Hi JB,

We do same thing for SMX4 already, as Annotation 1.1 Spec is used for Java 6, here is the change in  SMX4[1]
[1]http://svn.apache.org/viewvc?view=revision&revision=1089869

Freeman

  
> Provide a spring-jms feature
> ----------------------------
>
>                 Key: KARAF-835
>                 URL: https://issues.apache.org/jira/browse/KARAF-835
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-features
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.3, 3.0.0
>
>
> As we provide a spring and spring-dm features, we could also provide a feature for spring-jms. This feature could be part of the enterprise one.
> The spring-jms feature will contain:
>     <feature name="spring-jms" version="3.0.6-RELEASE" resolver='(obr)'>
>         <feature version="3.0.6-RELEASE">spring</feature>
>         <bundle start-level='10'>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo.transaction.version}</bundle>
>         <bundle start-level='10'>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo.jms.version}</bundle>
>         <bundle>mvn:org.springframework/spring-jms/3.0.6-RELEASE</bundle>
>         <bundle>mvn:org.springframework/spring-tx/3.0.6-RELEASE</bundle>
>         <bundle>mvn:org.springframework/spring-web/3.0.6-RELEASE</bundle>
>     </feature>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira