2 Replies Latest reply on Dec 3, 2010 9:45 AM by lepe

    camel_helloworld quickstart not working with ftp uri

    lepe

      JBossESB 4.9

       

       

      java version "1.6.0_22"

      Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)

      Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)

       

      Modified above mentioned quickstart by adding following to its jboss-esb.xml:

       

       

           <from uri="ftp://user@hostname"/>

      But gets following during deploy:
      15:30:09,175 WARN  [ServiceController] Problem starting service jboss.esb:deployment=Quickstart_camel_helloworld.esb
      org.jboss.soa.esb.listeners.lifecycle.ManagedLifecycleException: problem starting CamelContext
      ... ... ...
      Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route route5: Route[[From[ftp://user@hostname//user@hostname]] -> [To[jbossesb://service... because of Failed to resolve endpoint: ftp://user@hostname//user@hostname due to: No component found with scheme: ftp
      ... ... ...
      Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: ftp://user@hostname//user@hostname due to: No component found with scheme: ftp
      thanks,
      /L