2 Replies Latest reply on Dec 12, 2011 9:17 AM by njiang

    camel-example-cxf-proxy

    ivankychung_ivanchung

      Hello:

       

      I've installed camel-example-cxf-proxy to SM 4.4 by enter following command

       

      osgi:install -s mvn:org.apache.camel/camel-example-cxf-proxy/2.8.0-fuse-01-06

       

      The SM console display following:

       

      karaf@root> Starting real web service...

      Started real web service at: http://localhost:9081/real-webservice

       

      According to the instruction, the services WSDL should be exposed at

      http://localhost:9080/camel-example-cxf-proxy/webservices/incident?wsdl

       

      But I found that the port 9080 port is not listen.  I just wonder do I need to manually start Jetty or anything to make this sample work.

       

      I appreciate for any help

       

      Regards

      Ivan Chung

        • 1. Re: camel-example-cxf-proxy
          ffang

          Hi,

           

          You need check if there's any exception in the log when you install this example bundle, generally it can give you more info what's wrong.

           

          I assume you're using FUSE ESB 4.4.1-fuse-01-06, ensure you already install camel-http feature before install this example bundle, this example need camel-http component also which isn't installed by default.

           

          Freeman

          • 2. Re: camel-example-cxf-proxy
            njiang

            Hi,

             

            You can use "log:display" to check if there is any warning or error message.

            That is important for use to dig the issue.

             

            Willem