Re: Route Design Suggetion

2014-09-21 Thread Charles Moulliard
Hi, What would you like to improve exactly (syntax, exception handling, logging, ) ? What are your expectations ? Regards, On Sun, Sep 21, 2014 at 10:10 PM, imranrazakhan wrote: > Hi, > > I have developed an application with following route, please suggest if it > could be improve > > pub

RE: please help with transformation of a response by xslt

2014-09-21 Thread Siano, Stephan
Hi, Just some comments about the convert to string workaround for XML documents. Though XML documents may look like strings, they are in fact binary data, so even if converting the data to string may help to work around an existing issue, it can cause other issues with specific XML documents. T

Re: Problems prettyPrinting JSON after camel 2.14.0 upgrade

2014-09-21 Thread David Karlsen
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:91) at org.springframework.test.context.DefaultTestContext.getApplicationContext(De

Route Design Suggetion

2014-09-21 Thread imranrazakhan
Hi, I have developed an application with following route, please suggest if it could be improve public void configure() throws Exception { from("jpa:VasRequest?consumeDelete=false&consumer.delay=2&consumer.namedQuery=selectRequests&persistenceUnit=VasServicePU") .setP