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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content