I am using camel 1.2 inside servicemix 3.2.1 How can I convert following DSL into XML if I want to put it in camelContext.xml
public void configure() {
exception(NullPointerException.class).maximumRedeliveries(2).to(ERROR_IN);
from(SERVICE_IN).to(BEAN_IN);
}
Any idea?
-Pratibha
--
View this message in context:
http://www.nabble.com/How-to-convert-DSL-in-XML--tp17400876s22882p17400876.html
Sent from the Camel - Users mailing list archive at Nabble.com.
