Re: cxf : bean producer consumer

2011-09-04 Thread Willem Jiang
Do B, A share the same serviceClass ? If not, you may need to do some transformation in your route. On 9/2/11 11:04 PM, skompelly wrote: I have started the cxf:bean:B in the cxf.xml file as jaxws:endpoint id=serviceEndpoint implementor=...class name.../ Is the

[jira] [Assigned] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4410: --- Assignee: Willem Jiang The URI of the ServletEndpoint exposed to the JMX is not accurate

[jira] [Created] (CAMEL-4411) DefaultPackageScanClassResolver should skip the bundleresource url when it try to find the classes

2011-09-04 Thread Willem Jiang (JIRA)
DefaultPackageScanClassResolver should skip the bundleresource url when it try to find the classes -- Key: CAMEL-4411 URL:

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-09-04 Thread Claus Ibsen
Hi Just an update on the status. I discovered an issue in the scala DSL, which I managed to fix yesterday. The problem was the scala DSL would cause all languages to be evaluated as Expression, and then converted to Predicate if applicable. This was wrong, as the DSL indicate whether it should

Re: [HEADS UP] - A prototype of an improved Simple language for Apache Camel

2011-09-04 Thread Taariq Levack
Well spotted, I was gonna mention this problem once I understood it better, a couple of tests I brought over from the main patch were failing. All tests pass after the update, so it's backwards compatible alright. Taariq On Sun, Sep 4, 2011 at 10:10 AM, Claus Ibsen claus.ib...@gmail.com wrote:

Re: cxf : bean producer consumer

2011-09-04 Thread skompelly
Yes, both share the same service class. Gave serviceclass = interface name generated by the wsdl. Is this correct? Thanks, Santosh On Sun, Sep 4, 2011 at 9:12 AM, Willem.Jiang [via Camel] ml-node+4767056-15208910-222...@n5.nabble.com wrote: Do B, A share the same serviceClass ? If not, you

Camel - Build # 1319 - Failure

2011-09-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel (build #1319) Status: Failure Check console output at https://builds.apache.org/job/Camel/1319/ to view the results.

[jira] [Commented] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Babak Vahdat (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096847#comment-13096847 ] Babak Vahdat commented on CAMEL-4410: - Hi Willem, Thanks for applying the patch. It

[jira] [Commented] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096849#comment-13096849 ] Willem Jiang commented on CAMEL-4410: - @Babak, oh, the test is failed on my box

[jira] [Commented] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Babak Vahdat (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096862#comment-13096862 ] Babak Vahdat commented on CAMEL-4410: - O.K. I see, that's also why you changed the

[jira] [Resolved] (CAMEL-4410) The URI of the ServletEndpoint exposed to the JMX is not accurate

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4410. - Resolution: Fixed Applied patch into trunk and camel-2.8.x with thanks to Babak. The URI of

[jira] [Updated] (CAMEL-4391) Support for marking a CamelProxy as a primary or non-primary spring bean

2011-09-04 Thread David J. M. Karlsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David J. M. Karlsen updated CAMEL-4391: --- Attachment: test-context.xml TestCase.java

[jira] [Updated] (CAMEL-3142) JpaPollingConsumer - So you can more easily work with pollEnrich

2011-09-04 Thread Mathieu Lalonde (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Lalonde updated CAMEL-3142: --- Attachment: camel-jpa_initialPolish.patch I've attached some minor changes to fix the

[INFO] javax.persistence/persistence-api/1.0.2 available again

2011-09-04 Thread Jean-Baptiste Onofré
Hi all, FYI, the Camel 2.8.x and trunk build are now fixed. The javax.persistence/persistence-api/1.0.2 is available again on the Maven Central repo. Regards JB -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://www.talend.com

[jira] [Updated] (CAMEL-4230) BeanProcessor - Improved exception message if failed to invoke method

2011-09-04 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day updated CAMEL-4230: - Estimated Complexity: Novice Assignee: (was: Ben O'Day) BeanProcessor - Improved

[jira] [Updated] (CAMEL-4397) add route support for Hazelcast distributed locking/unlocking

2011-09-04 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben O'Day updated CAMEL-4397: - Attachment: CAMEL-4397.patch Attached is a rough patch that I'd like some feedback on. In particular,

[jira] [Created] (CAMEL-4412) ServletEndpoint doesn't support to create the producer

2011-09-04 Thread Willem Jiang (JIRA)
ServletEndpoint doesn't support to create the producer -- Key: CAMEL-4412 URL: https://issues.apache.org/jira/browse/CAMEL-4412 Project: Camel Issue Type: Improvement Reporter:

Camel - Build # 1320 - Fixed

2011-09-04 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel (build #1320) Status: Fixed Check console output at https://builds.apache.org/job/Camel/1320/ to view the results.

[jira] [Updated] (CAMEL-4412) ServletEndpoint doesn't support to create the producer

2011-09-04 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-4412: Component/s: camel-servlet Fix Version/s: 2.8.1 ServletEndpoint doesn't support to create

Re: [DISCUSS] - Apache Camel 2.8.1 release

2011-09-04 Thread Zbarcea Hadrian
I had 3 issues building the release. First, related to svn I resolved, the second was related to checkstyle, also resolved. The last one was a failure to tag which I don't understand yet. It is getting late, I will have to investigate and restart the builds tomorrow morning (it is Labor Day in

Re: svn commit: r1165156 [1/2] - in /camel/branches/camel-2.8.x: ./ apache-camel/ buildingtools/ camel-core/ components/ components/camel-ahc/ components/camel-amqp/ components/camel-apns/ components/

2011-09-04 Thread Willem Jiang
Hi hadrian, Can you cut the camel 2.8.1 later today ? I need to merge some fix some test error which is introduced by my patch yesterday. Thanks, Willem On Mon Sep 5 11:44:24 2011, hadr...@apache.org wrote: Author: hadrian Date: Mon Sep 5 03:44:19 2011 New Revision: 1165156 URL:

Re: [DISCUSS] - Apache Camel 2.8.1 release

2011-09-04 Thread Willem Jiang
I just merged the patches which fixed the test error on camel 2.8.x branch. The build should be OK now. On Mon Sep 5 11:55:45 2011, Zbarcea Hadrian wrote: I had 3 issues building the release. First, related to svn I resolved, the second was related to checkstyle, also resolved. The last one