Stop Aggregator and Quit

2017-02-25 Thread pavijit
How can I stop an aggregator when a certain condition becomes true and quit? -- View this message in context: http://camel.465427.n5.nabble.com/Stop-Aggregator-and-Quit-tp5794472.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-02-25 Thread Romain Manni-Bucau
Start by the one triggering the exception. Last one was cxf et management one for instance. Le 25 févr. 2017 10:31, "syadav" a écrit : > Could you please help in identifying the jars which are conflicting tomee > jars. I am unable to figure it out. > > Thanks for your response > > > > -- > View

Re: Camel-CXF in tomee

2017-02-25 Thread arno noordover
In the past I used tattletale to find these issues. I copied all jars to one location or to subdirectories in one location. Next I used tattletale to find duplicate jars. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp57

Re: Camel-CXF in tomee

2017-02-25 Thread syadav
Could you please help in identifying the jars which are conflicting tomee jars. I am unable to figure it out. Thanks for your response -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794461.html Sent from the Camel - Users mailing list archive a

Re: Camel-CXF in tomee

2017-02-25 Thread Romain Manni-Bucau
This confirm a classloading conflict do please fix your dependencies or configure the classloader to support it. Removing jar in common with tomee libs is a good start i think. Le 25 févr. 2017 09:14, "syadav" a écrit : > SEVERE - Failed to create route route1 at: >>> To[cxfbean:REST_Service] <<

Re: how to build ftp server use camel ftp component?

2017-02-25 Thread Claus Ibsen
That is not supported in camel-ftp or Apache Camel. There is no FTP server from Camel. On Sat, Feb 25, 2017 at 3:21 AM, vonezzz <34618...@qq.com> wrote: > i study camel by http://camel.apache.org/ftp.html , but the example display > upload or download from exists ftp server only, i want to build

Re: Camel-CXF in tomee

2017-02-25 Thread syadav
SEVERE - Failed to create route route1 at: >>> To[cxfbean:REST_Service] <<< in route: Route(rout e1)[[From[servlet:///s?servletName=CamelServlet... because of Failed to resolve endpoint: cxfbean ://REST_Service due to: null org.apache.camel.FailedToCreateRouteException: Failed to create route route

how to build ftp server use camel ftp component?

2017-02-25 Thread vonezzz
i study camel by http://camel.apache.org/ftp.html , but the example display upload or download from exists ftp server only, i want to build ftp server use camel for others ftp client access. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-build-ftp-server-use-camel-ft