[jira] Created: (CAMEL-1573) convertBodyTo should have an optional parameter for setting the encoding

2009-04-29 Thread Christian Schneider (JIRA)
convertBodyTo should have an optional parameter for setting the encoding Key: CAMEL-1573 URL: https://issues.apache.org/activemq/browse/CAMEL-1573 Project: Apache Camel

[jira] Updated: (CAMEL-1310) DelegateProcessor should support async message handling

2009-04-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1310: --- Affects Version/s: 1.6.0 Fix Version/s: (was: 1.6.1) (was:

[jira] Created: (CAMEL-1572) Internal API - Cleanup in the AsyncCallback

2009-04-29 Thread Claus Ibsen (JIRA)
Internal API - Cleanup in the AsyncCallback --- Key: CAMEL-1572 URL: https://issues.apache.org/activemq/browse/CAMEL-1572 Project: Apache Camel Issue Type: Improvement Components: camel-core

[jira] Commented: (CAMEL-1559) XQuery endpoint should support to get the vaule of in message header like XPath does

2009-04-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51447#action_51447 ] Claus Ibsen commented on CAMEL-1559: Willem can you update status on this as Hadrian woul

[jira] Commented: (CAMEL-1547) Delayer and StreamCaching will not be exculded if the CamelContext is restarted

2009-04-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51446#action_51446 ] Claus Ibsen commented on CAMEL-1547: Willem can you update status on this as Hadrian woul

[jira] Assigned: (CAMEL-1310) DelegateProcessor should support async message handling

2009-04-29 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-1310: -- Assignee: Claus Ibsen (was: Gert Vanthienen) > DelegateProcessor should support async mess

Camel 2.0 Async Findings - Roadmap to a solution

2009-04-29 Thread Claus Ibsen
Hi You might remember my previous topic about the AsyncProcessor. http://www.nabble.com/-DISCUSS---Camel-2.0---Internal-API-reworkingsChannel-and--AsyncProcessor-td23210093.html I had some more time to thinker about it and I believe I have a roadmap for a solution that will work nicely for a

[jira] Resolved: (CAMEL-1566) HL7/MLLP receivers fails for long HL7 messages

2009-04-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea resolved CAMEL-1566. Resolution: Fixed Fix Version/s: 2.0-M2 Patches applied with many, many thanks t

Re: [DISCUSS] Break camel-core into camel-api and camel-core

2009-04-29 Thread Claus Ibsen
On Wed, Apr 29, 2009 at 12:02 PM, Willem Jiang wrote: > Hi riders, > > I'm thinking to do some refactoring of Camel test support to let > camel-core depends on camel-test. > > In this way we just have one copy of TestSupport and CamelTestSupport. > Because camel-test has the dependence of CamelCon

[jira] Commented: (CAMEL-1566) HL7/MLLP receivers fails for long HL7 messages

2009-04-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51438#action_51438 ] Hadrian Zbarcea commented on CAMEL-1566: That one test is still not passing. I wonde

[jira] Updated: (CAMEL-1566) HL7/MLLP receivers fails for long HL7 messages

2009-04-29 Thread christian ohr (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] christian ohr updated CAMEL-1566: - Attachment: mdm_t02.txt > HL7/MLLP receivers fails for long HL7 messages > --

[jira] Commented: (CAMEL-1566) HL7/MLLP receivers fails for long HL7 messages

2009-04-29 Thread Hadrian Zbarcea (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51435#action_51435 ] Hadrian Zbarcea commented on CAMEL-1566: There may be a problem with the way the src/

[jira] Issue Comment Edited: (CAMEL-1566) HL7/MLLP receivers fails for long HL7 messages

2009-04-29 Thread christian ohr (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51434#action_51434 ] christian ohr edited comment on CAMEL-1566 at 4/29/09 6:17 AM: ---

[jira] Commented: (CAMEL-1566) HL7/MLLP receivers fails for long HL7 messages

2009-04-29 Thread christian ohr (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51434#action_51434 ] christian ohr commented on CAMEL-1566: -- Let me know if I can help > HL7/MLLP receivers

[DISCUSS] Break camel-core into camel-api and camel-core

2009-04-29 Thread Willem Jiang
Hi riders, I'm thinking to do some refactoring of Camel test support to let camel-core depends on camel-test. In this way we just have one copy of TestSupport and CamelTestSupport. Because camel-test has the dependence of CamelContext , ProducerTemplate, Service, RouteBuilder, etc, I'd like to br

Re: Facing problems while using Set Header camel Processor

2009-04-29 Thread Roman Kalukiewicz
Hello Sailaja, There is another question - do you send your test message as InOnly or InOut? In JMS world if you set JMSReplyTo property to some value Camel will work as InOut flow, so sending the message to Q1 ("jms:queue:TestMF1") will cause Camel to wait for the response and will override all h