2 Replies Latest reply on Sep 15, 2013 6:08 PM by kishor_pawar89

    jBOSS Fuse with jbi ,servicemix-camel features pre installed.

    kishor_pawar89

      I am trying to create a new container (RedHat JBoss Fuse 6.0) which should have bulit-in "jbi" and "servicemix-camel"  features.So,when i start the container i should see the features mentioned as alredy installed. For this, i included  jbi,servicemix-camel in  properties file :org.apache.karaf.features.cfg  lying in etc folder.

       

      org.apache.karaf.features.cfg:

      featuresBoot=jasypt-encryption,config,management,fabric-boot-commands,fabric-bundle,fabric-maven-proxy,patch,activemq,mq-fabric,camel,camel-cxf,camel-jms,activemq-camel,camel-blueprint,camel-csv,camel-ftp,camel-bindy,camel-jdbc,camel-exec,camel-jasypt,camel-saxon,camel-snmp,camel-ognl,camel-routebox,camel-script,camel-spring-javaconfig,camel-jaxb,camel-jetty,camel-jmx,camel-mail,camel-paxlogging,camel-rmi,war,jbi,servicemix-camel.

       

      I started the container with the above things, but the features were not installed.

       

      Need help on this.

       

       

        • 1. Re: jBOSS Fuse with jbi ,servicemix-camel features pre installed.
          ffang

          Hi,

           

          I do exactly what you do here, and I can see both jbi and servicemix-camel features get installed sucessfully

           

          JBossFuse:karaf@root> features:list|grep jbi

          [installed  ] [1.6.0.redhat-60024    ] jbi                                     repo-0                             

          [uninstalled] [1.6.0.redhat-60024    ] jbi-cluster                             repo-0                             

          JBossFuse:karaf@root> features:list|grep servicemix-camel

          [installed  ] [2012.01.0.redhat-60024] servicemix-camel                        servicemix-4.5.0.redhat-60024

           

          A quick question, did you use the full kit? the full kit should have all jbi related stuff by default, so that when you install jbi features, it won't need go to internet to download it(which generally means need take more time and need a internet connection)

           

          Freeman

          • 2. Re: jBOSS Fuse with jbi ,servicemix-camel features pre installed.
            kishor_pawar89

            Hi,

             

            Thanks for your reply. Now i am able to install the features at boot time. The issue was due to the internet proxy which was disallowing to download the required jars.