Stop polling, FTP Component

2013-08-25 Thread kalber
hi, i'm using FTP component with noop option. After downloaded all files the process stops but the program is still running. How can i exit from the pooling cycle ? -- View this message in context: http://camel.465427.n5.nabble.com/Stop-polling-FTP-Component-tp5737925.html Sent from the Ca

Re: Camel throws StackOverflowException while converting message body

2013-08-25 Thread Valery
There is FaultProcessor.java And I just tried route with java version 1.7.0_10 - i got the same error, so problem not in java. Best, Valery -- View this message in context: http://camel.465427.n5.nabble.com/Camel-throws-

Failed to create route when using Mina2

2013-08-25 Thread Bharath
Hi, I have a route defined in my routebuilder class as from("mina2:tcp://127.0.0.1:?sync=true&codec=#hl7codec").process(new Processor() { and my camel-context.xml as http://camel.apache.org/schema/spring";> and i added the following depe

M2E Plugin mappings

2013-08-25 Thread Tom Ellis
Hi All, I had a go at filling out the m2e life cycle mappings for the camel maven plugins that need them. Take a look at https://issues.apache.org/jira/browse/CAMEL-6668 Cheers, Tom

Re: Camel throws StackOverflowException while converting message body

2013-08-25 Thread Christian Müller
Could you please also share the FaultProcessor. Thanks, Christian Am 25.08.2013 22:09 schrieb "Valery" : > Ok, I will try older java version and write here about results. > Yes, i use 'onException' definition in global scope: > onException(Exception.class).handled(true).process(new > FaultPr

Re: Camel throws StackOverflowException while converting message body

2013-08-25 Thread Valery
Ok, I will try older java version and write here about results. Yes, i use 'onException' definition in global scope: onException(Exception.class).handled(true).process(new FaultProcessor()); this string places just before route definition. Here is my HeaderSetterProcessor.java

Re: Camel throws StackOverflowException while converting message body

2013-08-25 Thread Christian Müller
First of all, Java 1.6.0_20 is really old and some bug fixes behind the latest one which is 1.6.0_43. Please consider to upgrade... Do you use an 'onException' definition (route or global scope) to handle your errors? Can you please share the HeaderSetterProcessor with us!? Best Christian ---

Re: Jetty or CXF Http:Conduit for SSL?

2013-08-25 Thread Christian Müller
IF the SAP service is exposed as JAX-WS or JAX-RS service, I would recommend to use the camel-cxf component to access this service. It supports HTTPS with server and client certificates by using the 'conduit' configuration [1]. [1] http://cxf.apache.org/docs/client-http-transport-including-ssl-su

Re: WSDL first approach - ClassNotFound Exception

2013-08-25 Thread Christian Müller
Good to know you could solve it by your own! Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.li

Re: WSDL first approach - ClassNotFound Exception

2013-08-25 Thread contactreji
Hey Christian!! We manages to fix it!! I just added the soap schema locations in the beans and its xsd path! Miracleously the exception vanished! Reji "Christian Mueller [via Camel]" wrote: > > >Is it only a jar file or an OSGI bundle? >I think your Manifest.mf file is not correct. Can

Re: WSDL first approach - ClassNotFound Exception

2013-08-25 Thread Christian Müller
Is it only a jar file or an OSGI bundle? I think your Manifest.mf file is not correct. Can you share it? Best, Christian Am 25.08.2013 09:12 schrieb "contactreji" : > I am trying to follow Contract-first-approach > . > The FUSE IDE built all the java stub classes. I have used the generated > clas

Re: Camel JAXB DataFormat is not thread safe

2013-08-25 Thread solimo
Because both are parsing and this part of process is statefull, so somehow they are more like builders not factories ;). -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JAXB-DataFormat-is-not-thread-safe-tp5737748p5737883.html Sent from the Camel - Users mailing list ar

Jetty or CXF Http:Conduit for SSL?

2013-08-25 Thread contactreji
Hey! I am trying to connect to a https enabled secure service at SAP PI end. I have the SSL certificates in form of jks files namely truststore.jks and keystore.jks Could you advice which is the best component to use in my case. I will be sending xml data to SAP PI which is received from third

WSDL first approach - ClassNotFound Exception

2013-08-25 Thread contactreji
I am trying to follow Contract-first-approach . The FUSE IDE built all the java stub classes. I have used the generated classes to create a jaxws:client as follows http://server:5/XISOAPAdapter/MessageServlet?senderParty=&senderService=TM_Q_MES_Miheevsky&receiverParty=&receiverServic