How to deploy feature with version on JBoss Fuse
Issue
- How to deploy
featurewith version onJBoss Fuse. - Multiple versions of
featuresthat using a different version of bundles in single feature repository, it always pick up the latest version.
<feature name='test' version='1.0.5'>
<feature>transaction</feature>
<feature>jpa</feature>
<feature>jndi</feature>
<feature>camel-jasypt</feature>
<bundle>mvn:com.test/datasource/1.0.5</bundle>
</feature>
<feature name='test' version='1.0.1'>
<feature>transaction</feature>
<feature>jpa</feature>
<feature>jndi</feature>
<feature>camel-jasypt</feature>
<bundle>mvn:com.test/datasource/1.0.1</bundle>
</feature>
Environment
- Red Hat JBoss Fuse
- 6.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
