Re: [DISCUSS - Camel 2.0] - Move not used components to a sandbox area

2009-06-02 Thread Charles Moulliard
Excellent idea to have a sandbox and also to move such components Charles Moulliard Senior Enterprise Architect Apache Camel Committer * blog : http://cmoulliard.blogspot.com On Mon, Jun 1, 2009 at 10:52 AM, Claus Ibsen wrote: > Hi Willem > > Thanks for the help. >

[jira] Commented: (CAMEL-1631) create a properties component so that endpoints can be created where the URI is looked up in a properties file at runtime

2009-06-02 Thread Jonathan Cook (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52015#action_52015 ] Jonathan Cook commented on CAMEL-1631: -- I assume this would work for all endpoints? Is t

[jira] Assigned: (CAMEL-1663) Spring BeanPostProcessors do not work on beans which are used in Camel route builders

2009-06-02 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1663: -- Assignee: Claus Ibsen > Spring BeanPostProcessors do not work on beans which are used in Ca

[jira] Commented: (CAMEL-1663) Spring BeanPostProcessors do not work on beans which are used in Camel route builders

2009-06-02 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52018#action_52018 ] Claus Ibsen commented on CAMEL-1663: This is a hard one to get fixed. Namespace handlers

[jira] Created: (CAMEL-1667) Upgrade to CXF 2.2.2

2009-06-02 Thread Willem Jiang (JIRA)
Upgrade to CXF 2.2.2 Key: CAMEL-1667 URL: https://issues.apache.org/activemq/browse/CAMEL-1667 Project: Apache Camel Issue Type: Improvement Reporter: Willem Jiang Assignee: Willem Jiang

[jira] Created: (CAMEL-1668) Delayer DSL in Spring XML is confusing to use

2009-06-02 Thread Claus Ibsen (JIRA)
Delayer DSL in Spring XML is confusing to use - Key: CAMEL-1668 URL: https://issues.apache.org/activemq/browse/CAMEL-1668 Project: Apache Camel Issue Type: Improvement Components: camel-s

[jira] Updated: (CAMEL-1668) Delayer DSL in Spring XML is confusing to use

2009-06-02 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1668: --- Description: To wait 0.5 sec you should do {code}

[jira] Resolved: (CAMEL-1667) Upgrade to CXF 2.2.2

2009-06-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1667. - Resolution: Fixed CXF trunk http://svn.apache.org/viewvc?rev=781050&view=rev > Upgrade to CX

Re: Camel 2.0-M2 release status

2009-06-02 Thread Hadrian Zbarcea
Hi, I am roaming through Europe with net connectivity only in the evening at the hotel. The release process takes a few hours and I couldn't complete it last week as I planned due to errors I hit. I fixed the checkstyle issues, but now I hit a new one attempting to release again (see be

Re: Camel 2.0-M2 release status

2009-06-02 Thread Hadrian Zbarcea
I figured that you only hit that issue if you do a release:prepare without building first, but now I hit another one (below). This seems easy to fix, a recent api change, but it's really late and I'll continue in the morning. Hadrian [INFO] -

Re: Camel 2.0-M2 release status

2009-06-02 Thread Willem Jiang
Hi Hadrian, Don't worry, this is my turn (working in the morning now). I will keep you posted if I resolve this issue. Cheers, Willem Hadrian Zbarcea wrote: > I figured that you only hit that issue if you do a release:prepare > without building first, but now I hit another one (below). This se

[jira] Commented: (CAMEL-1665) Add a send to endpoint expression in the expression builder

2009-06-02 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52023#action_52023 ] Willem Jiang commented on CAMEL-1665: - @Claus, This change conflicts with the ScriptRout

[jira] Commented: (CAMEL-1665) Add a send to endpoint expression in the expression builder

2009-06-02 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52024#action_52024 ] Claus Ibsen commented on CAMEL-1665: @Willem +1. Good work. > Add a send to endpoint ex

Re: JSON DataFormat using Jackson

2009-06-02 Thread Claus Ibsen
Hi Martin Great work. Could you post a link to this thread in the JIRA using eg a nabble link? And post your questions on the JIRA. Then we wont forget to look into this when we get the time to add your patch. The idea with an enum to select the impl. is good, as we can JAXB it so its selectable

Re: Camel 2.0-M2 release status

2009-06-02 Thread Willem Jiang
Hi Hadrian, The build is succeed in my windows box, I think you can kick off the release process now :) Cheers, Willem Willem Jiang wrote: > Hi Hadrian, > > I just fixed the build error, now I'm running the tests on my windows box. > > Willem > > Willem Jiang wrote: >> Hi Hadrian, >> >> Don'

Re: Camel 2.0-M2 release status

2009-06-02 Thread Willem Jiang
Hi Hadrian, The build is succeed in my windows box, I think you can kick off the release process now :) Cheers, Willem Willem Jiang wrote: > Hi Hadrian, > > I just fixed the build error, now I'm running the tests on my windows box. > > Willem > > Willem Jiang wrote: >> Hi Hadrian, >> >> Don'

[jira] Commented: (CAMEL-1663) Spring BeanPostProcessors do not work on beans which are used in Camel route builders

2009-06-02 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52025#action_52025 ] Claus Ibsen commented on CAMEL-1663: Okay finally looks like I am on track now. Spring i