Groovy and Camel PermGen troubles with Java 1.7

2017-01-20 Thread artaxerxe
As you know, Java isn't getting rid of PermGen memory area until Java 1.8. This means that if you are loading a lot of classes using a Java 1.7 JVM without assuring they are cleared when no longer needed, you will sooner or later get a PermGen OutOfMemory error. I'm using Camel 2.16.3 inside an OS

Handled on doTry... doCatch not Working as Expected

2016-03-15 Thread artaxerxe
Hello, I have the following camel route snippet: java.lang.Throwable false a value ${exception.stacktrace} ${header.some.check.value} == null another value This is t

Re: Camel cleans attachments if error is thrown during routing

2014-11-21 Thread artaxerxe
Hi Claus, I made a pull request on camel's github repository regarding this issue fix. All the best, Andrei M. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-cleans-attachments-if-error-is-thrown-during-routing-tp5759410p5759459.html Sent from the Camel - Users maili

Re: Camel cleans attachments if error is thrown during routing

2014-11-21 Thread artaxerxe
Hi Claus, I suspected smooks also, but after a couple of hours of debugging on this, I get that camel is the problem. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-cleans-attachments-if-error-is-thrown-during-routing-tp5759410p5759413.html Sent from the Camel - User

Camel cleans attachments if error is thrown during routing

2014-11-21 Thread artaxerxe
Hello everybody, I'm using apache-camel version 2.13.2 in Apache-Servicemix 5.1.2 environment. I have a route like this (I'll rerormat it for the sake of concisely): ftp://some/ftp/here"/> org.milyn.SmooksException