Re: question on HttpMessage.populateInitialHeaders

2009-02-24 Thread Claus Ibsen
On Tue, Feb 24, 2009 at 2:34 AM, William Tam email.w...@gmail.com wrote: In HttpMessage.populateInitialHeaders(), we only propagate parameters for GET request.   Does anyone see any harm in propagating other parameters of HTTP methods? I was wondering if the API below can return parameters for

Discussion of scope for next Apache Camel 1.x release

2009-02-24 Thread Claus Ibsen
Hi I was wondering if we should start a discussion on the scope for the next Apache Camel 1.x release (notice 1.x branch) As we have always done minor versions and no patch releases I was wondering if we should focus on doing a - 1.6.1 patch release so end users have a stable release that should

[jira] Created: (CAMEL-1376) wiretap() to be able to send an InOnly message exchange with the result of an InOut request without affecting the current message exchange

2009-02-24 Thread James Strachan (JIRA)
wiretap() to be able to send an InOnly message exchange with the result of an InOut request without affecting the current message exchange --

[jira] Closed: (CAMEL-1365) Refactor the class BindyCsvDataFormat in order to create an abstract class to keep what will be common between BindyCsvDataFormat, BindyKeyValuePairDataFormat, ....

2009-02-24 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Moulliard closed CAMEL-1365. Resolution: Fixed Refactor the class BindyCsvDataFormat in order to create an

[jira] Updated: (CAMEL-1364) Add BindyKeyValuePairFormat to handle content formatted with key value pairs fields like we have in FIX, EMX messages

2009-02-24 Thread Charles Moulliard (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Moulliard updated CAMEL-1364: - Attachment: camel-bindy-keyvaluepair.patch Here is camel patch for key value pair

[jira] Assigned: (CAMEL-1356) TryProcessor sets caught.exception header to in message, while there can be out already

2009-02-24 Thread Roman Kalukiewicz (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Kalukiewicz reassigned CAMEL-1356: Assignee: Roman Kalukiewicz TryProcessor sets caught.exception header to in

[jira] Resolved: (CAMEL-1378) @Header should have a value default so you do not have to set the name attribute

2009-02-24 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1378. Resolution: Fixed Committed revision 747428. Fixed @Property as well @Header should have a

[jira] Created: (CAMEL-1379) Mina configuration is shared between endpoints

2009-02-24 Thread Christopher Hunt (JIRA)
Mina configuration is shared between endpoints -- Key: CAMEL-1379 URL: https://issues.apache.org/activemq/browse/CAMEL-1379 Project: Apache Camel Issue Type: Bug Components: camel-mina

[jira] Assigned: (CAMEL-1364) Add BindyKeyValuePairFormat to handle content formatted with key value pairs fields like we have in FIX, EMX messages

2009-02-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-1364: --- Assignee: Willem Jiang Add BindyKeyValuePairFormat to handle content formatted with key

[jira] Commented: (CAMEL-1364) Add BindyKeyValuePairFormat to handle content formatted with key value pairs fields like we have in FIX, EMX messages

2009-02-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=49960#action_49960 ] Willem Jiang commented on CAMEL-1364: - Hi Charles, Thanks for your patch , I just tried

[jira] Resolved: (CAMEL-1308) camel-cxf to support jaxrs consumer

2009-02-24 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam resolved CAMEL-1308. Resolution: Fixed camel-cxf to support jaxrs consumer ---

[jira] Assigned: (CAMEL-1379) Mina configuration is shared between endpoints

2009-02-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-1379: --- Assignee: Willem Jiang Mina configuration is shared between endpoints

[jira] Commented: (CAMEL-1364) Add BindyKeyValuePairFormat to handle content formatted with key value pairs fields like we have in FIX, EMX messages

2009-02-24 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=49963#action_49963 ] Claus Ibsen commented on CAMEL-1364: Charles please do NOT change anything in the root

[jira] Commented: (CAMEL-1366) EndpointMessageListener should respect ExchangePattern

2009-02-24 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=49964#action_49964 ] Claus Ibsen commented on CAMEL-1366: @Michael The last one is not a bug. inOnly, inOut

[jira] Updated: (CAMEL-1356) TryProcessor sets caught.exception header to in message, while there can be out already

2009-02-24 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1356: --- Priority: Major (was: Critical) Fix Version/s: 1.6.1 2.0.0 Roman

[jira] Commented: (CAMEL-1364) Add BindyKeyValuePairFormat to handle content formatted with key value pairs fields like we have in FIX, EMX messages

2009-02-24 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=49966#action_49966 ] Willem Jiang commented on CAMEL-1364: - @ Claus, The change of pom.xml is only in the

[jira] Created: (CAMEL-1380) Aggregator - completedPredicate should be renamed to completionPredicate to be in line with wording

2009-02-24 Thread Claus Ibsen (JIRA)
Aggregator - completedPredicate should be renamed to completionPredicate to be in line with wording --- Key: CAMEL-1380 URL: