Re: How Do We Specify Operation To Choose In Camel CXf

2016-03-08 Thread pbarama
Using Camel-CXF 2.16.1 It looks Endpoint configuration taken care of configuring the operation and operation Name space we need to call. Somehow that is not working. My xml throws the error “org.xml.sax.SAXParseException; lineNumber: 46; columnNumber: 61; cvc-complex-type.3.2.2: Attribute 'defau

bean parameter binding

2016-03-08 Thread Minh Tran
Hello I’m using camel 2.16.2 and I’m finding the bean parameter binding doesn’t seem to work very well on overloaded methods. See below for an example public class ClassA { public int foo() { return 0; } public int foo(String param1) { ret

Camel XMLRPC dateTime.iso8601 format.

2016-03-08 Thread Palmentieri Nunzio
Hi, I'm trying to use XMLRPC over apache Camel. I succeeded in getting response from xmlrpc server, but I got an error When trying to receive a date field in the following format: startDate 20160301T12:00:00+ Any suggestion? Thanks a lot Nunzio Palmentie

split -> strategyRef with Exchange as constructor param

2016-03-08 Thread Scisci
Hi, I've a problem with custom AggregationStrategy and xml spring config. I've copied the source code of UseOriginalAggregationStrategy for my custom AggregationStrategy and add new Header. How to configure the aggregator with the original Exchange? In the splitter "code" if (strategy == null) {

Re: Netty deadlock during connection interrupt

2016-03-08 Thread Leomar
Hallo, the described behavior still occures sporadic. Even with version 2.16.2. Can be reporoduces with the example above. Occures sporadic. -- View this message in context: http://camel.465427.n5.nabble.com/Netty-deadlock-during-connection-interrupt-tp5778317p5778738.html Sent from the Came

Re: JMS Route not shutting down (in hang mode forever)

2016-03-08 Thread fxthomas
okay, saw a post of stopping using a different route thread, now it stops. However I want to log the exception in my routepolicy. Is there anyway I can get the exception in the route object. -- View this message in context: http://camel.465427.n5.nabble.com/JMS-Route-not-shutting-down-in-ha

JMS Route not shutting down (in hang mode forever)

2016-03-08 Thread fxthomas
hello, I have configured the defaultshutdown timeout & configured the route as below , but the the route does not stop properly . I can see the DefaultShutdownStrategy being called but it not forcing to close the route. - JmsConsumer[TESTQ]] ( DefaultShutdownStrategy.doShutdown :

camel-swagger-java not parse property

2016-03-08 Thread fabrizio.spataro
Hello. There is a bug into swagger JSON file. I am using follow rest DSL (xml) with camel-2.16.3-SNAPSHOT ... Output Swagger JSON: { "swagger" : "2.0", "info" : { "version" : "1.0.0", "title" : "MY API" }, "host" : "0.0.0.0:8080", "tags" : [ { "name" : "{{rest.ro