How to deploy feature with version on JBoss Fuse

Solution Verified - Updated -

Issue

  • How to deploy feature with version on JBoss Fuse.
  • Multiple versions of features that 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.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.