[jira] Created: (CAMEL-3765) camel-example-guice-jms - Uses Spring 2.5.x

2011-03-07 Thread Claus Ibsen (JIRA)
camel-example-guice-jms - Uses Spring 2.5.x --- Key: CAMEL-3765 URL: https://issues.apache.org/jira/browse/CAMEL-3765 Project: Camel Issue Type: Task Components: examples Affects Versions

Build failed in Jenkins: Camel #1166

2011-03-07 Thread Apache Hudson Server
See Changes: [hadrian] CAMEL-3764. Use ant task for schemagen [ningjiang] CAMEL-3761 remove the unused imports of CxfEndpoint [ningjiang] CAMEL-3761 Throw exception when CXFProducer can't set right payload parameters according to the Bi

Re: AW: [DISCUSS] - Early Camel 2.7 release

2011-03-07 Thread Hadrian Zbarcea
I have to apply one more patch for the rat plugin and restart the builds in the morning. Please don't commit major patches until the 2.7.0 release gets voted, unless of course it's an important fix. Thanks Hadrian On Mar 7, 2011, at 3:54 PM, Hadrian Zbarcea wrote: > I am planning on starting

[jira] Resolved: (CAMEL-3764) Use antrun task for schemagen in camel-web

2011-03-07 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-3764. Resolution: Fixed Done in r1079075. > Use antrun task for schemagen in camel-web > ---

[jira] Created: (CAMEL-3764) Use antrun task for schemagen in camel-web

2011-03-07 Thread Hadrian Zbarcea (JIRA)
Use antrun task for schemagen in camel-web -- Key: CAMEL-3764 URL: https://issues.apache.org/jira/browse/CAMEL-3764 Project: Camel Issue Type: Task Components: camel-web Affects Versions:

[jira] Commented: (CAMEL-3730) Using CXFRS ,"Error creating bean with name 'rsServer': Error setting property values;"

2011-03-07 Thread marshal.s.lee (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003717#comment-13003717 ] marshal.s.lee commented on CAMEL-3730: -- Hi,Willem Thank you for your help. Marshal

[jira] Commented: (CAMEL-3763) Update Camel features descriptor to be Karaf 2.2.0 compliant

2011-03-07 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003605#comment-13003605 ] Jean-Baptiste Onofré commented on CAMEL-3763: - OK, no problem. I will submit t

[jira] Updated: (CAMEL-3763) Update Camel features descriptor to be Karaf 2.2.0 compliant

2011-03-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3763: --- Fix Version/s: (was: 2.7.0) 2.8.0 Jean we are pushing this for Camel 2.8. > U

[jira] Created: (CAMEL-3763) Update Camel features descriptor to be Karaf 2.2.0 compliant

2011-03-07 Thread JIRA
Update Camel features descriptor to be Karaf 2.2.0 compliant Key: CAMEL-3763 URL: https://issues.apache.org/jira/browse/CAMEL-3763 Project: Camel Issue Type: Task Compone

[jira] Commented: (CAMEL-3749) sftp producer runs in exception fileName does not contain any path information

2011-03-07 Thread Marco Crivellaro (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003376#comment-13003376 ] Marco Crivellaro commented on CAMEL-3749: - works for me > sftp producer runs in e

Re: AW: [DISCUSS] - Early Camel 2.7 release

2011-03-07 Thread Hadrian Zbarcea
I am planning on starting the 2.7.0 release builds later today. The builds are in great shape. If anybody has any reason to not start the builds yet (some critical issue) please shout now. Cheers Hadrian On Mar 4, 2011, at 4:51 PM, Christian Schneider wrote: > I am finished with the ticket. O

[jira] Commented: (CAMEL-3747) create a camel bundle archetype

2011-03-07 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003336#comment-13003336 ] Ashwin Karpe commented on CAMEL-3747: - Hi James, I contributed a servicemix-camel-osg

[jira] Resolved: (CAMEL-3762) Unresolved dependencies when using camel-servlet following the tutorial.

2011-03-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3762. Resolution: Duplicate Fix Version/s: 2.7.0 Assignee: Claus Ibsen The blueprint grac

[jira] Created: (CAMEL-3762) Unresolved dependencies when using camel-servlet following the tutorial.

2011-03-07 Thread Thomas (JIRA)
Unresolved dependencies when using camel-servlet following the tutorial. --- Key: CAMEL-3762 URL: https://issues.apache.org/jira/browse/CAMEL-3762 Project: Camel Issu

Re: svn commit: r1078684 - in /camel/trunk/components/camel-cxf/src: main/java/org/apache/camel/component/cxf/CxfEndpoint.java test/java/org/apache/camel/component/cxf/CxfProducerRouterTest.java

2011-03-07 Thread Willem Jiang
Hi Claus, Thanks for pointing that out, I just commit a quick fix for it. Willem On 3/7/11 1:28 PM, Claus Ibsen wrote: Hi Willem You added by mistake this import which is not needed: +import java.security.InvalidParameterException; On Mon, Mar 7, 2011 at 5:43 AM, wrote: Author: ningjian