Thanks Claus, good to hear from you.

I added this exception block to the context, yet the exception continues:

Does the route contain the correct exception qualified name? or should i be
"org.apache.camel.RuntimeCamelException"?

                <onException>
                        
                        
                        
<exception>java.lang.ArrayIndexOutOfBoundsException</exception>
                        
                        <handled>
                                <constant>true</constant>
                        </handled>
                        
                        <transform>
                                <simple>JMS Channel processing tweet event from 
'unknown' at
                                        ${header.$Event$Start}
                                </simple>
                        </transform>
                        
                        <to uri="webappWebsocketNERVEndpointOut" />
                </onException>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Error-with-transform-tp5756657p5756705.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to