RE: Question about change to FileUtil.java

2013-01-30 Thread Vishal Changrani
Fyi - got a reply - http://camel.465427.n5.nabble.com/Question-about-change-to-FileUtil-java-tt5726527.html#a5726576 _ From: Vishal Changrani Sent: Tuesday, January 29, 2013 6:24 PM To: '

Question about change to FileUtil.java

2013-01-29 Thread Vishal Changrani
Hi, In this particular SVN commit, in FileUtil.java method - compactPath, I see that the check for ".." in the path has been removed. Earier if path didn't contained '..' then the function would just return. http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/uti

XML Validation fails with 2.10.3. Used to work in 2.9.2

2013-01-29 Thread Vishal Changrani
Hi, I am in the process of upgrading Camel from 2.9.2 to 2.10.3 and I notice that the validatoin component keeps failing with the exception - "Source parameter of type 'javax.xml.transform.stream.StreamSource' is not compatible with result parameter of type 'javax.xml.transform.stream.StreamRes

Persisting route details..

2013-01-25 Thread Vishal Changrani
Hi, There are a couple of use-cases that I want to address - 1. Persisting all routes last start-time and end-time somehow so that on the application server startup routes do not start if they have just recently ran and also to report route statistics. 2.Modifying the routes such that the change

Forcefully shutting down routes...

2012-11-09 Thread Vishal Changrani
Hi, I am trying to shutdown a route by calling route. Camelcontext.stopRoute(routeId, 0, TimeUnit.SECONDS, false / true); //tried both true and false However the route continues to persist sometimes and I get the following messages.. DEBUG - Route: Publisher_21 suspended and shutdown deferred,