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


Reply via email to