Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-8039

fabric8:deploy don't update or replace the featureRepo & fabric8.bundles

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • fuse-6.x-GA
    • jboss-fuse-6.3, fuse-6.x-GA
    • Fabric8 v1
    • None
    • % %

      When i update the value of the fabric8.featureRepo and i run "mvn clean fabric8:deploy" the profile keep the old value and add the new one, he don't replace the old value.

      However, when I try using mbean io.fabric8:type=ProjectDeployer with the JSON generated in mvn fabric8:deploy it works:

      #JSON

      {
        "profileId" : "esb-customer-creation",
        "abstractProfile" : false,
        "description" : "customer creation",
        "parentProfiles" : [ "feature-cxf", "feature-camel", "mq-amq" ],
        "features" : [ "swagger", "camel-core", "fabric-camel", "camel-spring", "activemq-camel", "cxf-jaxrs", "fabric-cxf" ],
        "featureRepositories" : [ "mvn:com.esb.features/esb-customer-creation/1.0.0-SNAPSHOT/xml/features" ],
        "minimumInstances" : 1,
        "webContextPath" : "esb-customer-creation",
        "useResolver" : true
      }
      

      #JSON:

      {
        "profileId" : "esb-customer-creation",
        "abstractProfile" : false,
        "description" : "customer creation",
        "parentProfiles" : [ "feature-cxf", "feature-camel", "mq-amq" ],
        "features" : [ "swagger", "camel-core", "fabric-camel", "camel-spring", "activemq-camel", "cxf-jaxrs", "fabric-cxf" ],
        "featureRepositories" : [ "mvn:com.esb.features/esb-customer-creation/1.0.1-SNAPSHOT/xml/features" ],
        "minimumInstances" : 1,
        "webContextPath" : "esb-customer-creation",
        "useResolver" : true
      }
      

            johnpoth John Poth
            rhn-support-aboucham Abel Bouchama
            Emil Cervenan Emil Cervenan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: