Pojo @Consumer Annotation

2015-06-13 Thread kalber
bliRelease.ObliReleaseResult&consumer.bridgeErrorHandler=true") public void process(Object body) { System.out.println("hello"); } But body object in process method is null. Do i something wrong or misunderstood the use of @Consumer ? thanks Karlheinz - kh -- View this

Re: Pojo @Consumer Annotation

2015-06-13 Thread Claus Ibsen
ocess(Object body) { > System.out.println("hello"); > } > But body object in process method is null. > Do i something wrong or misunderstood the use of @Consumer ? > > thanks > Karlheinz > > > > - > kh > -- > View this message in context:

Re: Pojo @Consumer Annotation

2015-06-15 Thread kalber
("wait"); } but parameter body in process method is still null. - kh -- View this message in context: http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768249.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Pojo @Consumer Annotation

2015-06-15 Thread Claus Ibsen
ogger where > loglev = 'STS_CFG'?dataSource=#dataSource.nagios") > public void process(Object body) { > System.out.println("wait"); > } > > but parameter body in process method is still null. > > > > > > - > kh >

Re: Pojo @Consumer Annotation

2015-06-15 Thread kalber
15-06-2015 13:31:24 INFO [main] MainSupport: Apache Camel 2.15.2 starting - kh -- View this message in context: http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768259.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Pojo @Consumer Annotation

2015-06-16 Thread kalber
Hi, I use just the last version 2.15.2. - kh -- View this message in context: http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768302.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Pojo @Consumer Annotation

2015-06-16 Thread Claus Ibsen
> http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768302.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in A

Re: Pojo @Consumer Annotation

2015-06-16 Thread kalber
quot;) public void process(Exchange exchange) { System.out.println("wait"); } } I attached a screenshot, so you can see debug. - kh -- View this message in context: http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768320.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Pojo @Consumer Annotation

2015-06-16 Thread Claus Ibsen
hange) { > System.out.println("wait"); > } > } > > I attached a screenshot, so you can see debug. > > > > > - > kh > -- > View this message in context: > http://camel.465427.n5.nabble.com/Pojo-Consumer-Annotation-tp5768168p5768320.