Re: OriginalMsg - Why is (only) the body cloned for JMS messages ?

2012-05-03 Thread Bernard Ligny
If I need to copy: - the body - the headers - the attachements Then, given the code behind the copy() method (see below), I do not see any objection of invoking the whole copy method. Can you also clarify why it could not work with all JMS implementations, eg which portion of code, being part of Co

Re: svn commit: r1331542 - in /camel/trunk: components/camel-jetty/src/main/java/org/apache/camel/component/jetty/CamelFilterWrapper.java components/camel-jetty/src/main/java/org/apache/camel/componen

2012-05-03 Thread Claus Ibsen
Hi I just got bitten by this commit because the exception is swallowed when invoking a non existing method.        } catch (Exception e) {            LOG.info("Problem setting " + method, e);        } IMHO this kind of habit is bad practice. A severe issue like this should not just be ignored

Re: OriginalMsg - Why is (only) the body cloned for JMS messages ?

2012-05-03 Thread Bernard Ligny
One more - and last - thing. I've just performed some additionnal tests this morning. The (complete) patch you've suggested, eg: this.originalInMessage.setBody( exchange.getIn().getBody() ); this.originalInMessage.setHeaders( exchange.getIn().getHeaders() ); thi

Re: svn commit: r1331542 - in /camel/trunk: components/camel-jetty/src/main/java/org/apache/camel/component/jetty/CamelFilterWrapper.java components/camel-jetty/src/main/java/org/apache/camel/componen

2012-05-03 Thread Claus Ibsen
On Thu, May 3, 2012 at 10:13 AM, Claus Ibsen wrote: > Hi > > I just got bitten by this commit because the exception is swallowed > when invoking a non existing method. > >         } catch (Exception e) { >             LOG.info("Problem setting " + method, e); >         } > > IMHO this kind of habi

Karaf Camel feature - and blueprint

2012-05-03 Thread Claus Ibsen
Hi When you install Camel in Karaf, then it instals spring-dm by default. But blueprint you need to install manually with camel-blueprint feature. I wonder if we should not include blueprint out of the box in the camel feature? -- Claus Ibsen - CamelOne 2012 Conference, May 15-

Re: Karaf Camel feature - and blueprint

2012-05-03 Thread Jean-Baptiste Onofré
+1 Regards JB On 05/03/2012 04:25 PM, Claus Ibsen wrote: Hi When you install Camel in Karaf, then it instals spring-dm by default. But blueprint you need to install manually with camel-blueprint feature. I wonder if we should not include blueprint out of the box in the camel feature? -- J

Re: Karaf Camel feature - and blueprint

2012-05-03 Thread Willem Jiang
Yes, I think we should use the blueprint by default. On 5/3/12 10:25 PM, Claus Ibsen wrote: Hi When you install Camel in Karaf, then it instals spring-dm by default. But blueprint you need to install manually with camel-blueprint feature. I wonder if we should not include blueprint out of the

Re: Karaf Camel feature - and blueprint

2012-05-03 Thread Christian Müller
+1 Sent from a mobile device Am 03.05.2012 16:26 schrieb "Claus Ibsen" : > Hi > > When you install Camel in Karaf, then it instals spring-dm by default. > But blueprint you need to install manually with camel-blueprint feature. > > I wonder if we should not include blueprint out of the box in the

Re: [jira] [Updated] (CAMEL-4289) Concurrent file polling results to multiple processing

2012-05-03 Thread prabhujyot.si...@gmail.com
Hi Team, Could you please confirm if the jira (Camel-4289) is fixed. As currently I am facing the similar issue. Environment used : JDK 1.6,Windows. Camel release: 2.9.0 -- View this message in context: http://camel.465427.n5.nabble.com/jira-Created-CAMEL-4289-Concurrent-file-polling-results-