Re: Missing properties on exception

2014-06-26 Thread anupamsen
Hi Can you share how did you solve this issue? I am facing the same issue. -- View this message in context: http://camel.465427.n5.nabble.com/Missing-properties-on-exception-tp4775029p5752857.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Missing properties on exception

2011-09-16 Thread pkleczka
Claus Please disregard. I got it working. Thanks for your help. -- View this message in context: http://camel.465427.n5.nabble.com/Missing-properties-on-exception-tp4775029p4812020.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Missing properties on exception

2011-09-16 Thread pkleczka
t; > > In another error handler, that uses a try/catch block, I get back a > non-null > > JMSCorrelationID. I am at a loss as to why I am getting a null on the > > onException handler. Any pointers are appreciated. > > > > Thanks, > > Peter > > > >

Re: Missing properties on exception

2011-09-12 Thread Claus Ibsen
to why I am getting a null on the > onException handler.  Any pointers are appreciated. > > Thanks, > Peter > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Missing-properties-on-exception-tp4775029p4775029.html > Sent from the

Re: Missing properties on exception

2011-09-08 Thread pkleczka
ORRELATION_ID) is: " + jmsCorrelationId ); > > > >receiptList.setJmsMessageID( jmsCorrelationId ); > > > >Exception exception = (Exception) > > inMsg.getExchange().getProperty(Exchange.EXCEPTION_CAUGHT); > >if(

Re: Missing properties on exception

2011-09-08 Thread Claus Ibsen
           StringBuilder sb = new StringBuilder(); >                        sb.append( exception ); >                        if( exception.getCause() != null ) >                        { >                                sb.append( CAUSE_IS ); >                                sb.append( exception.getCa

Re: Missing properties on exception

2011-09-07 Thread pkleczka
} } -- View this message in context: http://camel.465427.n5.nabble.com/Missing-properties-on-exception-tp4775029p4778846.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Missing properties on exception

2011-09-06 Thread Willem Jiang
quot;);* In another error handler, that uses a try/catch block, I get back a non-null JMSCorrelationID. I am at a loss as to why I am getting a null on the onException handler. Any pointers are appreciated. Thanks, Peter -- View this message in context: http://camel.465427.n5.nabble.com/M

Missing properties on exception

2011-09-06 Thread pkleczka
ndler. Any pointers are appreciated. Thanks, Peter -- View this message in context: http://camel.465427.n5.nabble.com/Missing-properties-on-exception-tp4775029p4775029.html Sent from the Camel - Users mailing list archive at Nabble.com.