Re: [RESULT][VOTE] Release Apache Camel 2.8.1

2011-09-14 Thread Claus Ibsen
On Mon, Sep 12, 2011 at 3:31 AM, Zbarcea Hadrian wrote: > The vote passes with: > > [6] +1 binding (janstey, cibsen, ningjiang, joed, cschneider, hadrian) > [2] +1 non-binding > [0] -1 > > I will promote the artifacts to the central repo, upload the distro to the > apache site and update the main

[jira] [Commented] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105112#comment-13105112 ] Willem Jiang commented on CAMEL-4429: - Hi Aki, I just did a test with your patch, it w

[jira] [Updated] (CAMEL-4028) Simple language - Allow to configure prefix and suffix tokens

2011-09-14 Thread Taariq Levack (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taariq Levack updated CAMEL-4028: - Attachment: CAMEL-4028_Simple_language_Spring_Config.patch Now that Simple has had a complete ove

Re: svn commit: r1170077 - in /camel/trunk: components/camel-jpa/pom.xml components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaConsumer.java parent/pom.xml platforms/karaf/features/src/

2011-09-14 Thread Hadrian Zbarcea
https://builds.apache.org/job/Camel.trunk.fulltest/460/org.apache.camel$camel-jpa/testReport/ On 09/14/2011 09:34 PM, Hadrian Zbarcea wrote: I believe this patch broke 4 tests in camel-jpa. See test results below: Tests in error: testSendTraceMessage(org.apache.camel.processor.interceptor.Jp

Re: svn commit: r1170077 - in /camel/trunk: components/camel-jpa/pom.xml components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaConsumer.java parent/pom.xml platforms/karaf/features/src/

2011-09-14 Thread Hadrian Zbarcea
I believe this patch broke 4 tests in camel-jpa. See test results below: Tests in error: testSendTraceMessage(org.apache.camel.processor.interceptor.JpaTraceEventMessageTest): Could not open JPA EntityManager for transaction; nested exception is org.apache.openjpa.persistence.ArgumentExcepti

[jira] [Created] (CAMEL-4451) Fix URI definition for camel-restlet to provide valid URIs

2011-09-14 Thread Hadrian Zbarcea (JIRA)
Fix URI definition for camel-restlet to provide valid URIs -- Key: CAMEL-4451 URL: https://issues.apache.org/jira/browse/CAMEL-4451 Project: Camel Issue Type: Sub-task Affects Versi

[jira] [Updated] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Yoshida updated CAMEL-4429: --- Attachment: camel-4429-new.patch.txt Hi Willem, I am attaching a patch for RawMessageContentRedirecti

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida
Hi Willem, I found where this 500 originally comes from (there is an NPE raised in RawMessageContentRedirectInterceptor when no PR is returned). I will verify this condition a little more and will update the ticket with the patch. thanks. regards, aki 2011/9/14 Aki Yoshida : > Hi Willem, > thanks.

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida
Hi Willem, thanks. I just tried the camel-trunk's test case against CXF 2.5.0-SNAPSHOT without this property set. The twoway greeter calls (greetMe and sayHi) are not blocked and worked fine. But the greeter.greetMeOneWay call seems to throw an exception after the call is completed. And this excep

Re: svn commit: r1170542 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/api/ camel-core/src/main/java/org/apache/camel/api/management/ camel-core/src/main/java/org/apache/camel/component

2011-09-14 Thread Christian Schneider
Found some more issues and fixed them. Seems I either compiled another checkout or missed it. Trunk should compile again now. Christian Am 14.09.2011 16:24, schrieb Christian Schneider: Will check this. Strange .. I did a full compile run before committing. Christian Am 14.09.2011 15:58, s

Re: svn commit: r1170542 - in /camel/trunk: camel-core/src/main/java/org/apache/camel/api/ camel-core/src/main/java/org/apache/camel/api/management/ camel-core/src/main/java/org/apache/camel/component

2011-09-14 Thread bvahdat
Hi Claus, I also mentioned the issue here: http://camel.465427.n5.nabble.com/svn-commit-r1170542-in-camel-trunk-camel-core-src-main-java-org-apache-camel-api-camel-core-src-main-tp4802422p4802513.html But for some reasons not clear to me, my mail didn't get accepted on the mailing list... Regar

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

2011-09-14 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104504#comment-13104504 ] Willem Jiang commented on CAMEL-4447: - Camel 2.8.1 is promoted to the maven central re

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

2011-09-14 Thread David Tombs (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104488#comment-13104488 ] David Tombs commented on CAMEL-4447: Is 2.8.1 released? I don't see it on the site. >

[jira] [Resolved] (CAMEL-4358) Refactoring of management code to remove cycles and clearly separate between API and impl

2011-09-14 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider resolved CAMEL-4358. Resolution: Fixed > Refactoring of management code to remove cycles and clearly sep

[jira] [Updated] (CAMEL-4450) Improve Camel Karaf commands

2011-09-14 Thread Ioannis Canellos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos updated CAMEL-4450: Attachment: CAMEL-4450-patch.txt I am attaching a file which implements the improvements as

[jira] [Created] (CAMEL-4450) Improve Camel Karaf commands

2011-09-14 Thread Ioannis Canellos (JIRA)
Improve Camel Karaf commands Key: CAMEL-4450 URL: https://issues.apache.org/jira/browse/CAMEL-4450 Project: Camel Issue Type: Improvement Components: karaf Affects Versions: 2.8.0 Report

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Willem Jiang
Hi Aki The test case is part of the test of CxfGreeterMessageRouterTest in the camel-cxf module. I just built the latest cxf-2.4.x branch and run the test. The test failed if I doesn't set the option which is introduced in CAMEL-4429 on the CxfProducer :(. As the CxfProducer doesn't know the

Re: [jira] [Resolved] (CAMEL-4429) CXFProducer should tell CXF to ignore the part response handling when it uses MESSSAGE dataformat

2011-09-14 Thread Aki Yoshida
Hi Willem, I updated the patch for CXF-3788 to avoid the problem you discovered for the original patch. I have tested the updated patch against a jaxw disptach test case in CXF. I would like to verify that this correction works for the test case you had without using this request property setting.

[jira] [Created] (CAMEL-4449) NullPointerException when unmarshalling using serialization data format

2011-09-14 Thread Vadim TSes'ko (JIRA)
NullPointerException when unmarshalling using serialization data format --- Key: CAMEL-4449 URL: https://issues.apache.org/jira/browse/CAMEL-4449 Project: Camel Issue Type:

[jira] [Commented] (CAMEL-4401) StreamResequencer poisoned by bad Exchange

2011-09-14 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104381#comment-13104381 ] Claus Ibsen commented on CAMEL-4401: Thanks David, changed the code accordingly. > St