[jira] Commented: (CAMEL-3519) camel-web-console feature for Apache Karaf

2011-01-21 Thread Ben O'Day (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985051#action_12985051 ] Ben O'Day commented on CAMEL-3519: -- I'm looking into this, but am having trouble getting c

[jira] Resolved: (CAMEL-3564) RefLanguage - To be able to refer to something from the registry

2011-01-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-3564. Resolution: Fixed Fix Version/s: (was: 2.7.0) 2.6.0 A

[jira] Updated: (CAMEL-3575) allow ScheduledRoutePolicy to handle more than one action (start, stop, resume, pause)

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3575: --- Fix Version/s: (was: 2.6.0) 2.7.0 We have code freeze on the trunk, so we will

[jira] Updated: (CAMEL-3575) allow ScheduledRoutePolicy to handle more than one action (start, stop, resume, pause)

2011-01-21 Thread Ricardo Veguilla (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ricardo Veguilla updated CAMEL-3575: Attachment: ScheduledRoutePolicy-Patch.diff The following patch is a preliminary solution w

[jira] Created: (CAMEL-3575) allow ScheduledRoutePolicy to handle more than one action (start, stop, resume, pause)

2011-01-21 Thread Ricardo Veguilla (JIRA)
allow ScheduledRoutePolicy to handle more than one action (start, stop, resume, pause) -- Key: CAMEL-3575 URL: https://issues.apache.org/jira/browse/CAMEL-3575 Projec

[jira] Commented: (CAMEL-3268) Maven 3 to build source

2011-01-21 Thread Edstrom Johan (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984836#action_12984836 ] Edstrom Johan commented on CAMEL-3268: -- @Christian I walked through that a while back

[jira] Commented: (CAMEL-3268) Maven 3 to build source

2011-01-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984834#action_12984834 ] Christian Müller commented on CAMEL-3268: - @Claus, what do you mean with "camel-msv

[jira] Updated: (CAMEL-3268) Maven 3 to build source

2011-01-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller updated CAMEL-3268: Attachment: CAMEL-3268_maven-checkstyle-plugin_upgrade.patch Attached the proposed patch fo

[jira] Commented: (CAMEL-3564) RefLanguage - To be able to refer to something from the registry

2011-01-21 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984811#action_12984811 ] Hadrian Zbarcea commented on CAMEL-3564: @madhav, @claus, I added an extra test i

Re: Preparing for Camel 2.6 release

2011-01-21 Thread Claus Ibsen
On Fri, Jan 21, 2011 at 4:56 PM, Hadrian Zbarcea wrote: > I would like to have at least one clean build in hudson before the release. > Other than that we're good to go. Looks like the latest build didn't go to > well [1]. I am looking into it. As soon as we have something green I'll start > bu

[jira] Updated: (CAMEL-3563) CamelContext should act like a Component (i.e. a TypeConverter of CamelContext -> CamelContextComponent)

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3563: --- Fix Version/s: (was: 2.6.0) 2.7.0 We have code freeze on the 2.6 release. This

Re: Preparing for Camel 2.6 release

2011-01-21 Thread Claus Ibsen
On Fri, Jan 21, 2011 at 4:56 PM, Hadrian Zbarcea wrote: > I would like to have at least one clean build in hudson before the release. > Other than that we're good to go. Looks like the latest build didn't go to > well [1]. I am looking into it. As soon as we have something green I'll start > bu

AW: Preparing for Camel 2.6 release

2011-01-21 Thread Christian Schneider
The latest failures could be an infrastructure problem (Too many open files). Should we report this to infra or is it internal to our build? Christian -Ursprüngliche Nachricht- Von: Hadrian Zbarcea [mailto:hzbar...@gmail.com] Gesendet: Freitag, 21. Januar 2011 16:57 An: dev@camel.apache

Re: Preparing for Camel 2.6 release

2011-01-21 Thread Hadrian Zbarcea
I would like to have at least one clean build in hudson before the release. Other than that we're good to go. Looks like the latest build didn't go to well [1]. I am looking into it. As soon as we have something green I'll start building the release. Hadrian [1] https://hudson.apache.org/huds

Re: Preparing for Camel 2.6 release

2011-01-21 Thread Claus Ibsen
Hi Dan Kulp have confirmed that CXF 2.3.2 has been voted and released. I have just commited the updates to the camel trunk code to upgrade to CXF 2.3.2. We should be good to go for a release. We have been testing with 2.3.2-SNAPSHOT for a week so the camel-cxf should work well with the upgrade.

[jira] Updated: (CAMEL-3573) In some places we use ObjectHelper.loadClass() instead of ClassResolver.resolveClass()

2011-01-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller updated CAMEL-3573: Attachment: CAMEL-3573.patch Attached the proposed patch which I will commit *AFTER* Camel

[jira] Commented: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984764#action_12984764 ] Claus Ibsen commented on CAMEL-3574: See nabble http://camel.465427.n5.nabble.com/How-t

[jira] Updated: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3574: --- Fix Version/s: (was: 2.6.0) 2.7.0 Issue Type: Improvement (was: Bug) >

[jira] Updated: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

2011-01-21 Thread Tarun Ramakrishna Elankath (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tarun Ramakrishna Elankath updated CAMEL-3574: -- Affects Version/s: (was: 2.5.0) 2.6.0 > doe

[jira] Created: (CAMEL-3574) does not support ID attribute preventing re-use across multiple 's

2011-01-21 Thread Tarun Ramakrishna Elankath (JIRA)
does not support ID attribute preventing re-use across multiple 's --- Key: CAMEL-3574 URL: https://issues.apache.org/jira/browse/CAMEL-3574 Project: Cam

[jira] Commented: (CAMEL-3564) RefLanguage - To be able to refer to something from the registry

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984744#action_12984744 ] Claus Ibsen commented on CAMEL-3564: Madhav i dont see the point. We are talking about

[jira] Commented: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984734#action_12984734 ] Christian Schneider commented on CAMEL-3572: Yes. You are right about the marsh

[jira] Commented: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984730#action_12984730 ] Willem Jiang commented on CAMEL-3572: - BTW, I think this change should be OK. > Camel

[jira] Commented: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984729#action_12984729 ] Willem Jiang commented on CAMEL-3572: - @Christian, If we just throw the exception into

[jira] Commented: (CAMEL-3561) camel archetypes generate warnings in mvn 3.0.2

2011-01-21 Thread Jonathan Anstey (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984728#action_12984728 ] Jonathan Anstey commented on CAMEL-3561: Cool. I wait one day and my assigned issue

[jira] Commented: (CAMEL-3564) RefLanguage - To be able to refer to something from the registry

2011-01-21 Thread Madhav Bhargava (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984727#action_12984727 ] Madhav Bhargava commented on CAMEL-3564: There is another problem. If you check Def

Re: Building Camel with Maven 3

2011-01-21 Thread Claus Ibsen
On Fri, Jan 21, 2011 at 1:38 PM, Christian Müller wrote: > Sure, I will wait until Camel 2.6 is out. > I linked this thread to https://issues.apache.org/jira/browse/CAMEL-3268 and > don't open a new JIRA for it. > I hope I will find a solution which work with Maven 2.2 and Maven 3. > Perfect. Som

[jira] Commented: (CAMEL-3268) Maven 3 to build source

2011-01-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984719#action_12984719 ] Christian Müller commented on CAMEL-3268: - Please see also [Nabble|http://camel.46

[jira] Assigned: (CAMEL-3268) Maven 3 to build source

2011-01-21 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Müller reassigned CAMEL-3268: --- Assignee: Christian Müller > Maven 3 to build source > --- > >

Re: Building Camel with Maven 3

2011-01-21 Thread Christian Müller
Sure, I will wait until Camel 2.6 is out. I linked this thread to https://issues.apache.org/jira/browse/CAMEL-3268 and don't open a new JIRA for it. I hope I will find a solution which work with Maven 2.2 and Maven 3.

Re: Building Camel with Maven 3

2011-01-21 Thread Claus Ibsen
Hi There is already a ticket to support Maven 3. But the goal is to support both Maven 2 and 3 for some time. Maven 3 is totally new and may still have issues, which takes time for Sonartype team to iron out. And please dont commit and maven changes on trunk until after 2.6 has been released. In

[jira] Commented: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984715#action_12984715 ] Christian Schneider commented on CAMEL-3572: The jaxrs server is configured lik

[jira] Created: (CAMEL-3573) In some places we use ObjectHelper.loadClass() instead of ClassResolver.resolveClass()

2011-01-21 Thread JIRA
In some places we use ObjectHelper.loadClass() instead of ClassResolver.resolveClass() -- Key: CAMEL-3573 URL: https://issues.apache.org/jira/browse/CAMEL-3573 Projec

Re: ClassResolver.resolveClass() vs. ObjectHelper.loadClass()

2011-01-21 Thread Christian Mueller
Raised JIRA https://issues.apache.org/jira/browse/CAMEL-3573 -- View this message in context: http://camel.465427.n5.nabble.com/ClassResolver-resolveClass-vs-ObjectHelper-loadClass-tp3351219p3351279.html Sent from the Camel Development mailing list archive at Nabble.com.

[jira] Commented: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984709#action_12984709 ] Willem Jiang commented on CAMEL-3572: - @Christian Can I have a look at the configure of

[jira] Commented: (CAMEL-3563) CamelContext should act like a Component (i.e. a TypeConverter of CamelContext -> CamelContextComponent)

2011-01-21 Thread james strachan (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984710#action_12984710 ] james strachan commented on CAMEL-3563: --- @Hadrian Right now any bean in the Spring c

Building Camel with Maven 3

2011-01-21 Thread Christian Müller
mvn -Psourcecheck clean install fail with Maven 3, if no coding rule is violated. Camel uses version 2.3 of the maven-checkstyle-plugin. The actual version is 2.6 {code} christian-muellers-macbook-pro:camel-core cmueller$ mvn -v Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version:

Re: ClassResolver.resolveClass() vs. ObjectHelper.loadClass()

2011-01-21 Thread Christian Müller
Ok, I will raise a JIRA for it and go through the entire code. I will commit the fix for 2.7... Christian

Re: ClassResolver.resolveClass() vs. ObjectHelper.loadClass()

2011-01-21 Thread Claus Ibsen
Hi Yeah it should. We will be able to get rid of the code when we discard Spring 2.0.x support. On Fri, Jan 21, 2011 at 12:46 PM, Christian Müller wrote: > Hello! > > Maybe you could help me with two questions: > My understanding is that we should prefer to use > "ClassResolver.resolveClass()"

Re: [DISCUSS] - Route scoped onCompletion

2011-01-21 Thread Claus Ibsen
I have meant to circle back to this but haven't found time before on a good friday :) Actually we should divide the onCompletions into 2 categories - internal - end user The internal are used by Camel itself, for example the idempotent consumer EIP uses it to execute logic when the exchange is do

ClassResolver.resolveClass() vs. ObjectHelper.loadClass()

2011-01-21 Thread Christian Müller
Hello! Maybe you could help me with two questions: My understanding is that we should prefer to use "ClassResolver.resolveClass()" instead of "ObjectHelper.loadClass()" to make sure Camel operate well in different environments. Maybe the ClassResolver delegate the call to ObjectHelper. Is this cor

Re: svn commit: r1061741 - /camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelDestination.java

2011-01-21 Thread Claus Ibsen
Would be nice if we could add unit tests to ensure against regressions and what we change actually fix what we think it does. On Fri, Jan 21, 2011 at 12:09 PM, wrote: > Author: cschneider > Date: Fri Jan 21 11:09:42 2011 > New Revision: 1061741 > > URL: http://svn.apache.org/viewvc?rev=1061741

[jira] Resolved: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider resolved CAMEL-3572. Resolution: Fixed Committed the fix. As we are near the release date please review

[jira] Commented: (CAMEL-3563) CamelContext should act like a Component (i.e. a TypeConverter of CamelContext -> CamelContextComponent)

2011-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984679#action_12984679 ] Christian Schneider commented on CAMEL-3563: As it is not yet clear how to solv

[jira] Commented: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984673#action_12984673 ] Christian Schneider commented on CAMEL-3572: I have tracked the problem to: pu

[jira] Assigned: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider reassigned CAMEL-3572: -- Assignee: Christian Schneider > Camel transport for cxf does not forward except

[jira] Created: (CAMEL-3572) Camel transport for cxf does not forward exception to camel exchange

2011-01-21 Thread Christian Schneider (JIRA)
Camel transport for cxf does not forward exception to camel exchange Key: CAMEL-3572 URL: https://issues.apache.org/jira/browse/CAMEL-3572 Project: Camel Issue Type: Bug

[jira] Commented: (CAMEL-3562) BindyFixedLengthDataFormat does a trim on Fixed Length record

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984661#action_12984661 ] Claus Ibsen commented on CAMEL-3562: Fixed trim option now working on @DataField as rep

[jira] Commented: (CAMEL-3562) BindyFixedLengthDataFormat does a trim on Fixed Length record

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984659#action_12984659 ] Claus Ibsen commented on CAMEL-3562: We actually fixed the wrong problem. If you have

[jira] Updated: (CAMEL-3571) camel-bindy - Add trim option to @FixedLengthRecord

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3571: --- Description: Instead of having to set trim = true on each data field you may want to set a global tr

[jira] Created: (CAMEL-3571) camel-bindt - @FixedLengthRecord trim option doesnt work

2011-01-21 Thread Claus Ibsen (JIRA)
camel-bindt - @FixedLengthRecord trim option doesnt work Key: CAMEL-3571 URL: https://issues.apache.org/jira/browse/CAMEL-3571 Project: Camel Issue Type: Bug Components: came

[jira] Created: (CAMEL-3570) camel-snmp - Should mask password in the endpoint class

2011-01-21 Thread Claus Ibsen (JIRA)
camel-snmp - Should mask password in the endpoint class --- Key: CAMEL-3570 URL: https://issues.apache.org/jira/browse/CAMEL-3570 Project: Camel Issue Type: Improvement Components

Re: Preparing for Camel 2.6 release

2011-01-21 Thread Claus Ibsen
Hi Okay Camel 2.6 seems good now. Just fixed a few tests failures reported on CI servers, often due they are much slower than our local fast laptops. CXF 2.3.2 is about to hit the streets so we should be good to go. So please refrain from committing to trunk, unless its a CI unit test fix :). Ne

[jira] Resolved: (CAMEL-3565) When Camel loads properties Camel should remove spaces (trim) from the end of the line.

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3565. Resolution: Fixed trunk: 1061692. > When Camel loads properties Camel should remove spaces (trim)

[jira] Updated: (CAMEL-3565) When Camel loads properties Camel should remove spaces (trim) from the end of the line.

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3565: --- Component/s: camel-core > When Camel loads properties Camel should remove spaces (trim) from the end

[jira] Resolved: (CAMEL-3553) Upgrade to CXF 2.3.2

2011-01-21 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-3553. - Resolution: Fixed Just committed the change as the CXF 2.3.2 is promoted into maven central repo.

[jira] Commented: (CAMEL-3565) When Camel loads properties Camel should remove spaces (trim) from the end of the line.

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984617#action_12984617 ] Claus Ibsen commented on CAMEL-3565: Ah I can only reproduce it by writing a file using

[jira] Commented: (CAMEL-3565) When Camel loads properties Camel should remove spaces (trim) from the end of the line.

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984609#action_12984609 ] Claus Ibsen commented on CAMEL-3565: What JDK and OS are you using? And can you post yo

[jira] Assigned: (CAMEL-3565) When Camel loads properties Camel should remove spaces (trim) from the end of the line.

2011-01-21 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3565: -- Assignee: Claus Ibsen > When Camel loads properties Camel should remove spaces (trim) from the