[
https://issues.apache.org/jira/browse/KARAF-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092359#comment-13092359
]
Dan Tran commented on KARAF-835:
--------------------------------
as i recall, activemq use annotation 1.1.1, and spring does not use any
version, so a bundle that tab into spring activemq features will not get
@PostContruct processed properly. because of this issue, i ended up to drop
spring and use pure active client connector
> 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