Re: camel-cxf/PAYLOAD and MTOM error

2017-02-20 Thread carnevalegiacomo
Hi I disabled schema-validation-enabled and it works. How can I enable at least inbound validation on cxf endpoint? Regards Giacomo -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-PAYLOAD-and-MTOM-error-tp5794073p5794123.html Sent from the Camel - Users mailing li

Re: Bug in camel-sql IN Clause - 2.18.0

2017-02-20 Thread imranrazakhan
HI, it look like this issue still not resolved, i tested with both 2.18.1 and 2.18.2 My Router: from("file://D:/test?fileName=abc.txt&noop=true") .split( body().tokenize( System.getProperty("line.separator") ) ).streaming() .unmarshal().csv() .ag

RE: Netty4 HL7 - reject messages larger than a specified size

2017-02-20 Thread slew77
Hi, The motivation is to protect the system from dealing with a message that larger than anticipated. Ideally I want to do this as the message is streamed to us, rather than doing any type of conversion to string after it's already been fully received. I also don't want to wait for the codec to f

Re: Bug in camel-sql IN Clause - 2.18.0

2017-02-20 Thread Tomohisa Igarashi
Can you check testcases added here and see what is different from your case? https://github.com/apache/camel/commit/4cc5bc065985fee3f0fb4b5e5b2ce7c21a852e11 On 02/20/2017 08:48 PM, imranrazakhan wrote: HI, it look like this issue still not resolved, i tested with both 2.18.1 and 2.18.2 My Rout

CamelTestSupport read placeholders from yml file

2017-02-20 Thread pvpkiran
I am trying to test my Camel Routes using CamelTestSupport. I have my routes defined in a class like this public class ActiveMqConfig{ @Bean public RoutesBuilder route() { return new SpringRouteBuilder() { @Override public void configure() throws Exception { from(

Re: Bug in camel-sql IN Clause - 2.18.0

2017-02-20 Thread imranrazakhan
Hi, One difference is i m setting headers like below msisdns = new ArrayList(); msisdns.add( newBody.get(0).get(0) ); newExchange.getIn().setHeader("msisdns", msisdns); newExchange.getIn().setHeader("campId", new ArrayList( Arrays.asList( prop.getProperty( newBody.get(0).get(1) ).split(","

Route with the jt400 component and Blueprint

2017-02-20 Thread spetit
Hi, I try to use a route with the jt400 component to read messages with an AS/400 system using data queues (System i). I also use BluePrint. In my blueprint .xml file, I wrote the following lines : * http://www.osgi.org/xmlns/blueprint/v1.0.0"; xmlns:cm="http://aries.apache.org/blueprint/xml

Camel JCIFS issues detected

2017-02-20 Thread Rene Suter
Hi all I use currently Camel version 2.18.2 and Camel JCIFS version 2.15.0 for accessing Samba shares. The current implementation failes due a missing implementation in class org.apacheextras.camel.component.jcifs.SmbConsumer: @Override protected void updateFileHeaders(final GenericF

Re: Route with the jt400 component and Blueprint

2017-02-20 Thread Claus Ibsen
What version of Camel do you use. There was a bug in this component so you may need to upgrade Camel On Mon, Feb 20, 2017 at 4:18 PM, spetit wrote: > Hi, > > I try to use a route with the jt400 component to read messages with an > AS/400 system using data queues (System i). > > I also use BluePri

Re: Bug in camel-sql IN Clause - 2.18.0

2017-02-20 Thread imranrazakhan
Hi, I simplify and modify my code its working but i have to use toD, i am using following oracle driver without toD its not working com.oracle ojdbc7 12.1.0.2 .setHeader("msisdns", simple("${property.cIds.split(',')}",ArrayList.class) )

Re: Camel JCIFS issues detected

2017-02-20 Thread Pontus Ullgren
Thanks for reportin this. However the camel-jcifs is part of camel-extra project[1] which has it's own mailing list[2] and jira[3]. [1]: https://camel-extra.github.io/ [2]: http://camel-extra.1091541.n5.nabble.com/ [3]: https://camel-extra.atlassian.net/projects/CAMEX/summary On Mon, 20 Feb 201