1 Reply Latest reply on Mar 24, 2013 9:54 PM by ffang

    Container not loading the camel context (intermittent issue)-FUSE ESB 7.1.0

    shenzy_shency.revindran

      I am facing an issue while deploying my features/containers to FUSE ESB

       

      I have 2 containers, out of which any one will always fail loading the camel-context. No error apart from the INFO messages below. This issue is inconsistent (rarely both containers load successfully, most time only one will load).

       

      2013-03-23 20:31:07,679 | INFO  | -3.12.0-thread-1 | BlueprintCamelContext            | e.camel.impl.DefaultCamelContext 1399 | 74 - org.apache.camel.camel-core - 2.10.0.fuse-71-047 | Apache Camel 2.10.0.fuse-71-047 (CamelContext: heartbeatMonitoringContext) is starting

      2013-03-23 20:31:07,771 | INFO  | -3.12.0-thread-1 | Activator                        | BundleTypeConverterLoader$Loader  352 | 74 - org.apache.camel.camel-core - 2.10.0.fuse-71-047 | Found 2 @Converter classes to load

      2013-03-23 20:31:07,775 | INFO  | -3.12.0-thread-1 | Activator                        | BundleTypeConverterLoader$Loader  352 | 74 - org.apache.camel.camel-core - 2.10.0.fuse-71-047 | Found 0 @Converter classes to load

       

       

       

      FUSE ESB 7.1.0

       

      I have the below in my import-packages in both feature's pom.xmls

       

           org.osgi.service.blueprint;version="[1.0.0,2.0.0)",

       

      and below in dependency

       

                 

       

      What am I doing wrong?

       

      Gives a feeling that FUSE ESB is not reliable