Re: GuiceCamelContext checked exception issue with Glassfish4

2014-02-08 Thread Claus Ibsen
Hi I logged a ticket and fixed it https://issues.apache.org/jira/browse/CAMEL-7182 Thanks for reporting. On Thu, Feb 6, 2014 at 5:36 PM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Fell free to log a JIRA and as we love contributions you are welcome to work on a patch You can use the

Re: CXF component attachment support for POJO not implemented as specified

2014-02-08 Thread yirco
Hi Willem, thank you. I have two comments: 1) It is used in three methods, one for producer and two for consumer. I believe it should be changed in all the methods so that it works in both directions. /populateExchangeFromCxfResponse(Exchange camelExchange,

failed to set property into Delayer

2014-02-08 Thread andymur
Hi I faced a problem, when I use this spring-camel context I got error about type conversion from String to Long, related to second {{retryCount}}. When I start debugging I realised that BaseTypeConverterRegistry#convertTo method got retryCount value (let say 10) in the first occurence and value

Re: failed to set property into Delayer

2014-02-08 Thread Claus Ibsen
Hi Ah what version of Camel are you using? We used to have a bug with {{ }} not being resolved in nested tags, eg which could explain its not replaced in the 2nd in your route. Instead you can use simple and its properties function, http://camel.apache.org/simple

Re: GuiceCamelContext checked exception issue with Glassfish4

2014-02-08 Thread brianorwig
Thanks, you beat me to it. I made the code changes yesterday, but we ran into some other issues with our application and GF4 so I wanted to get it all working before I was sure the change worked. Thanks again for all of the help. -- View this message in context:

ServiceFactoryBean attribute cannot be set via camel.xml

2014-02-08 Thread talfco
Hi everybody, I configure in camel.xml a serviceFactory which should inject some dummy security context /beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:cxf=http://camel.apache.org/schema/cxf;