Re: Camel 2.8.2 - Reason for the many backports?

2011-09-22 Thread Christian Schneider
I think in general we should only port bug fixes. Normally I would not backport improvements as they have a higher chance of breaking code. This said I think the backports for 2.8.2 are ok as 2.9.0 will definately introduce some incompatibilities because of the many refactorings I did. So the

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112352#comment-13112352 ] Claus Ibsen commented on CAMEL-4475: Another problem is that you remove existing code,

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112353#comment-13112353 ] Claus Ibsen commented on CAMEL-4475: ProcessorDefinition should implement NamedNode,

[jira] [Resolved] (CAMEL-4476) Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

2011-09-22 Thread Bryan Keller (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller resolved CAMEL-4476. - Resolution: Not A Problem This looks like it was caused by using simplexxx/simple expressions

[jira] [Updated] (CAMEL-4240) Unable to use XA JMS trabsaction on WebLogic

2011-09-22 Thread Andrey Utkin (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Utkin updated CAMEL-4240: Attachment: camel-jms-r1173278-CAMEL-4240-light.diff

[jira] [Resolved] (CAMEL-4473) Unable to use cxf:binding configuration for the endpoint

2011-09-22 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4473. - Resolution: Fixed Fix Version/s: 2.9.0 2.8.2 Just commit a quick fix

[jira] [Commented] (CAMEL-4474) file: consumer does not create directory

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112381#comment-13112381 ] Claus Ibsen commented on CAMEL-4474: That dot thingy is a left over from the 1.x days

[jira] [Reopened] (CAMEL-4476) Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

2011-09-22 Thread Bryan Keller (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Keller reopened CAMEL-4476: - Though I uncovered a problem. When using a constant expression, there is no way to inject a

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112395#comment-13112395 ] Christian Schneider commented on CAMEL-4475: Hi Claus, I found that Policy

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112397#comment-13112397 ] Claus Ibsen commented on CAMEL-4475: beforeWrap cannot be removed, as 3rd party depend

[jira] [Commented] (CAMEL-4474) file: consumer does not create directory

2011-09-22 Thread Taariq Levack (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112417#comment-13112417 ] Taariq Levack commented on CAMEL-4474: -- Claus I don't think there's a problem with

[jira] [Work started] (CAMEL-4386) bean component - Invoking a static method should not require an instance of the bean

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4386 started by Claus Ibsen. bean component - Invoking a static method should not require an instance of the bean

[jira] [Updated] (CAMEL-4475) Make API self contained

2011-09-22 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider updated CAMEL-4475: --- Attachment: camel-4475-2.patch Added beforewrap again. Removed the change in File

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112435#comment-13112435 ] Claus Ibsen commented on CAMEL-4475: The API in the model package should be kept using

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112441#comment-13112441 ] Christian Schneider commented on CAMEL-4475: I am looking into this. Not sure

[jira] [Resolved] (CAMEL-4386) bean component - Invoking a static method should not require an instance of the bean

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4386. Resolution: Fixed Fix Version/s: 2.8.2 Backported to 2.8 as well, but wasn't to happy about

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112471#comment-13112471 ] Claus Ibsen commented on CAMEL-4475: All classes in org.apache.camel.model can be kept

Merging to Camel 2.7 branch issue

2011-09-22 Thread Claus Ibsen
Hi I am in need to backport CAMEL-3962 to the Camel 2.7 branch. The commit has svn rev: 1124595 But when I check the svnmerge.py avail list, then that commit number is not in that range. davsclaus:(svn)camel-2.7[camel-2.7.x:1174069]/$ svn info Path: . URL:

[jira] [Created] (CAMEL-4477) parseURI in org.apache.camel.component.printer.PrinterConfiguration leaves a prefixed / on the printername attribute which should be removed

2011-09-22 Thread Denis Robert (JIRA)
parseURI in org.apache.camel.component.printer.PrinterConfiguration leaves a prefixed / on the printername attribute which should be removed --

[jira] [Created] (CAMEL-4478) Because local PrintService objects on Windows have a name which is not their UNC path, the PrinterProducer can never find them.

2011-09-22 Thread Denis Robert (JIRA)
Because local PrintService objects on Windows have a name which is not their UNC path, the PrinterProducer can never find them. --- Key: CAMEL-4478

[jira] [Assigned] (CAMEL-4476) Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4476: -- Assignee: Claus Ibsen Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112507#comment-13112507 ] Christian Schneider commented on CAMEL-4475: The XSD should not have changed

[jira] [Commented] (CAMEL-4476) Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112510#comment-13112510 ] Claus Ibsen commented on CAMEL-4476: With constant: Time taken 68040 ms With simple:

[jira] [Commented] (CAMEL-4476) Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112514#comment-13112514 ] Claus Ibsen commented on CAMEL-4476: Okay got it optimized so its as fast again: With

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112520#comment-13112520 ] Claus Ibsen commented on CAMEL-4475: You cannot assume the XSD is not changed because

[jira] [Commented] (CAMEL-4475) Make API self contained

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112532#comment-13112532 ] Claus Ibsen commented on CAMEL-4475: For the spi packages, then its not so ideal, but

Re: Merging to Camel 2.7 branch issue

2011-09-22 Thread Jon Anstey
Hmm.. looks like the svnmerge metadata is messed up. First off the 2.7 branch is set up to merge from the 2.8 branch. Next, it says all revs from 1-1146127 are merged in - which isn't the case for sure. I've merged this fix manually for you... not sure the best way to fix this up... On Thu, Sep

[jira] [Commented] (CAMEL-4477) parseURI in org.apache.camel.component.printer.PrinterConfiguration leaves a prefixed / on the printername attribute which should be removed

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112549#comment-13112549 ] Claus Ibsen commented on CAMEL-4477: Thanks for reporting. Do you want to try and

[jira] [Updated] (CAMEL-4478) Because local PrintService objects on Windows have a name which is not their UNC path, the PrinterProducer can never find them.

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4478: --- Component/s: camel-printer Because local PrintService objects on Windows have a name which is not

[jira] [Commented] (CAMEL-4474) file: consumer does not create directory

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112553#comment-13112553 ] Claus Ibsen commented on CAMEL-4474: Ah Taarig yeah of course :) file: consumer

[jira] [Updated] (CAMEL-4477) parseURI in org.apache.camel.component.printer.PrinterConfiguration leaves a prefixed / on the printername attribute which should be removed

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4477: --- Component/s: camel-printer parseURI in org.apache.camel.component.printer.PrinterConfiguration

Re: Merging to Camel 2.7 branch issue

2011-09-22 Thread Claus Ibsen
On Thu, Sep 22, 2011 at 3:25 PM, Jon Anstey jans...@gmail.com wrote: Hmm.. looks like the svnmerge metadata is messed up. First off the 2.7 branch is set up to merge from the 2.8 branch. Next, it says all revs from 1-1146127 are merged in - which isn't the case for sure. I've merged this fix

Re: Camel 2.8.2 - Reason for the many backports?

2011-09-22 Thread Daniel Kulp
On Thursday, September 22, 2011 7:45:28 AM Claus Ibsen wrote: On Wed, Sep 21, 2011 at 4:23 PM, Daniel Kulp dk...@apache.org wrote: I agree that I should have given a better hey, ton of stuff going to happen heads up Monday morning (or Friday). Thanks. We are not accustomed to see 70-100

Re: Merging to Camel 2.7 branch issue

2011-09-22 Thread Daniel Kulp
On Thursday, September 22, 2011 10:55:58 AM Jon Anstey wrote: Hmm.. looks like the svnmerge metadata is messed up. First off the 2.7 branch is set up to merge from the 2.8 branch. That part is correct.Fixes flow from trunk to the first branch to the next branch 2.7.x is much

[jira] [Resolved] (CAMEL-4476) Camel splitter/aggregator 2x slower in 2.8.1 vs 2.7.3

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4476. Resolution: Fixed Fix Version/s: 2.9.0 2.8.2 Thanks for reporting. I

Re: Merging to Camel 2.7 branch issue

2011-09-22 Thread Jon Anstey
On Thu, Sep 22, 2011 at 11:12 AM, Daniel Kulp dk...@apache.org wrote: On Thursday, September 22, 2011 10:55:58 AM Jon Anstey wrote: Hmm.. looks like the svnmerge metadata is messed up. First off the 2.7 branch is set up to merge from the 2.8 branch. That part is correct.Fixes flow from

Re: Merging to Camel 2.7 branch issue

2011-09-22 Thread Claus Ibsen
On Thu, Sep 22, 2011 at 3:42 PM, Daniel Kulp dk...@apache.org wrote: On Thursday, September 22, 2011 10:55:58 AM Jon Anstey wrote: Hmm.. looks like the svnmerge metadata is messed up. First off the 2.7 branch is set up to merge from the 2.8 branch. That part is correct.    Fixes flow from

[jira] [Commented] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread David Tombs (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112590#comment-13112590 ] David Tombs commented on CAMEL-4447: Upon further testing, I get 1-5 of these

Re: Merging to Camel 2.7 branch issue

2011-09-22 Thread Jon Anstey
On Thu, Sep 22, 2011 at 11:17 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Thu, Sep 22, 2011 at 3:42 PM, Daniel Kulp dk...@apache.org wrote: On Thursday, September 22, 2011 10:55:58 AM Jon Anstey wrote: Hmm.. looks like the svnmerge metadata is messed up. First off the 2.7 branch is set

[jira] [Updated] (CAMEL-3962) don't always load the content of a file when unmarshalling

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3962: --- Fix Version/s: 2.7.4 don't always load the content of a file when unmarshalling

[jira] [Commented] (CAMEL-3962) don't always load the content of a file when unmarshalling

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112593#comment-13112593 ] Claus Ibsen commented on CAMEL-3962: Backported to 2.7 branch today, with help from

[jira] [Created] (CAMEL-4479) Camel-Karaf feature.xml has version numbers specified too tightly

2011-09-22 Thread Chris Dolan (JIRA)
Camel-Karaf feature.xml has version numbers specified too tightly - Key: CAMEL-4479 URL: https://issues.apache.org/jira/browse/CAMEL-4479 Project: Camel Issue Type: Bug

[jira] [Commented] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112654#comment-13112654 ] Claus Ibsen commented on CAMEL-4447: David do you mind posting your Camel route?

[jira] [Updated] (CAMEL-4214) A name should be specified in the karaf features-file

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4214: --- Fix Version/s: 2.7.4 A name should be specified in the karaf features-file

[jira] [Updated] (CAMEL-4237) Archetypes fail to build in offline mode

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4237: --- Fix Version/s: 2.7.4 Archetypes fail to build in offline mode

[jira] [Updated] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4447: --- Attachment: CAMEL-4447.patch A patch with a potential fix. David you can try this patch on the Camel

[jira] [Assigned] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4447: -- Assignee: Claus Ibsen thread safety issue with Exchange.getUnitOfWork()

[jira] [Updated] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-4447: --- Fix Version/s: 2.9.0 2.8.2 thread safety issue with Exchange.getUnitOfWork()

Re: Camel 2.8.2 - Reason for the many backports?

2011-09-22 Thread Claus Ibsen
Hi I gave the DoMerges tool a try and it worked fine. However as my svnmerge.py python script causes some UTF-8 error after the merge is done, the DoMerges tool breaks after one merge. I tried downloading the latest svnerge.py file from the official source but it fails as well. I guess I need

[jira] [Updated] (CAMEL-4474) file: consumer does not create directory

2011-09-22 Thread Taariq Levack (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taariq Levack updated CAMEL-4474: - Attachment: CAMEL-4474_file__consumer_does_not_create_directory.patch Doesn't seem like there's

[jira] [Updated] (CAMEL-4474) file: consumer does not create directory

2011-09-22 Thread Taariq Levack (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taariq Levack updated CAMEL-4474: - Attachment: CAMEL-4474_file__consumer_does_not_create_directory1.patch file: consumer does not

[jira] [Updated] (CAMEL-4474) file: consumer does not create directory

2011-09-22 Thread Taariq Levack (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taariq Levack updated CAMEL-4474: - Attachment: CAMEL-4474_file__consumer_does_not_create_directory2.patch Fixed a comment in the

Re: Camel 2.8.2 - Reason for the many backports?

2011-09-22 Thread Guillaume Nodet
Fwiw, git-svn could be handy too ... as merges are really easy with git. On Thu, Sep 22, 2011 at 19:02, Daniel Kulp dk...@apache.org wrote: On Thursday, September 22, 2011 6:44:42 PM Claus Ibsen wrote: Hi I gave the DoMerges tool a try and it worked fine. However as my svnmerge.py

[jira] [Commented] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread David Tombs (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13112785#comment-13112785 ] David Tombs commented on CAMEL-4447: Hi Claus, thanks for the patch but are you sure

Re: Camel 2.8.2 - Reason for the many backports?

2011-09-22 Thread Christian Müller
Now it's a bit more clearer, but not totally. IMO, we only backported bugs and dependency changes which are bugfix versions in the past. With Camel 2.8.2, we backported much more - mostly all. I've expected a [DISCUSS] about this - not only a [HEADS UP]. I'm sure Dan has good reasons for this,

Re: Camel 2.8.2 - Reason for the many backports?

2011-09-22 Thread Christian Müller
See my notes inline Christian Am 22.09.2011 13:43 schrieb Christian Müller christian.muel...@gmail.com : Now it's a bit more clearer, but not totally. IMO, we only backported bugs and dependency changes which are bugfix versions in the past. With Camel 2.8.2, we backported much more - mostly

[jira] [Commented] (CAMEL-4479) Camel-Karaf feature.xml has version numbers specified too tightly

2011-09-22 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113125#comment-13113125 ] Freeman Fang commented on CAMEL-4479: - Hi, I believe CAMEL-3995[1] already address

[jira] [Resolved] (CAMEL-4479) Camel-Karaf feature.xml has version numbers specified too tightly

2011-09-22 Thread Chris Dolan (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Dolan resolved CAMEL-4479. Resolution: Not A Problem Wow, thanks for the detailed explanation. That's far from intuitive, but

[jira] [Commented] (CAMEL-4479) Camel-Karaf feature.xml has version numbers specified too tightly

2011-09-22 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113134#comment-13113134 ] Willem Jiang commented on CAMEL-4479: - Can you try to install the apache-camel feature

[jira] [Commented] (CAMEL-4447) thread safety issue with Exchange.getUnitOfWork()

2011-09-22 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13113159#comment-13113159 ] Claus Ibsen commented on CAMEL-4447: Yeah you would need to adjust the patch