0 Replies Latest reply on Jul 12, 2012 4:05 PM by eric.bender

    Custom Feature Deployment

    eric.bender

      I have created a custom bundle that I am trying to wrap up as a feature for deployment.

       

      Currently my features.xml is as follows:

       

      features:install mdm-realtime-route

      Error executing command: Could not start bundle mvn:com.ihg.javelin/mdm-realtime-route/1.1.0-SNAPSHOT in feature(s) mdm-realtime-route-1.1.0-SNAPSHOT: Unresolved constraint in bundle com.ihg.javelin.m

      dm.realtime.route : Unable to resolve 167.0: missing requirement package; (&(package=org.apache.camel.component.velocity)(version>=2.8.0)(!(version>=3.0.0)))

       

      What am I doing wrong that it is not trying to install the features that are listed in the features.xml beforehand?  I did a manual features:install of camel-velocity and it works fine.