Hi Not all of the DSL has been ported to Spring XML. And AFAIR the exception handling hasn't been ported yet.
There is a ticket for this: CAMEL-122 Med venlig hilsen Claus Ibsen ...................................... Silverbullet Skovsgårdsvænget 21 8362 Hørning Tlf. +45 2962 7576 Web: www.silverbullet.dk -----Original Message----- From: pratibhaG [mailto:[EMAIL PROTECTED] Sent: 22. maj 2008 11:45 To: [email protected] Subject: How to convert DSL in XML? 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.
