Re: Asynchronous support in Camel

2010-05-11 Thread Claus Ibsen
On Wed, May 12, 2010 at 1:09 AM, Guillaume Nodet wrote: > Sorry, the message has been sent before being finished. > > On Tue, May 11, 2010 at 17:58, Guillaume Nodet wrote: > It's been a long time I ad not looked at the asynchronous support in > Camel.I had to do so today and I must say I'm a bit

Re: Asynchronous support in Camel

2010-05-11 Thread Claus Ibsen
On Wed, May 12, 2010 at 1:09 AM, Guillaume Nodet wrote: > Sorry, the message has been sent before being finished. > > On Tue, May 11, 2010 at 17:58, Guillaume Nodet wrote: > It's been a long time I ad not looked at the asynchronous support in > Camel.I had to do so today and I must say I'm a bit

Re: Asynchronous support in Camel

2010-05-11 Thread Claus Ibsen
Hi gnodet Its very important for the Apache Camel project that a feature - is implemented fully - is active being supported - is documented - is throughly well tested - etc. In terms of camel-jhc it fails on all accounts. It has been moved to the sandbox area https://svn.apache.org/repos/asf/cam

[jira] Assigned: (CAMEL-2710) Skip invalid endpoints without throwing an exception

2010-05-11 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-2710: --- Assignee: Willem Jiang > Skip invalid endpoints without throwing an exception > -

[jira] Updated: (CAMEL-2712) The default charset name should be UTF-8

2010-05-11 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-2712: Description: Current camel just use the below code to return the defaultCharset. {code} Charse

[jira] Created: (CAMEL-2712) The default charset name should be UTF-8

2010-05-11 Thread Willem Jiang (JIRA)
The default charset name should be UTF-8 Key: CAMEL-2712 URL: https://issues.apache.org/activemq/browse/CAMEL-2712 Project: Apache Camel Issue Type: Improvement Components: camel-core

[jira] Updated: (CAMEL-2711) DefaultRestletBinding should not treat all the post request as a Web from

2010-05-11 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-2711: Component/s: camel-restlet > DefaultRestletBinding should not treat all the post request as a W

[jira] Resolved: (CAMEL-2711) DefaultRestletBinding should not treat all the post request as a Web from

2010-05-11 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2711. - Resolution: Fixed > DefaultRestletBinding should not treat all the post request as a Web from

[jira] Created: (CAMEL-2711) DefaultRestletBinding should not treat all the post request as a Web from

2010-05-11 Thread Willem Jiang (JIRA)
DefaultRestletBinding should not treat all the post request as a Web from - Key: CAMEL-2711 URL: https://issues.apache.org/activemq/browse/CAMEL-2711 Project: Apache Camel

Asynchronous support in Camel

2010-05-11 Thread Guillaume Nodet
Sorry, the message has been sent before being finished. On Tue, May 11, 2010 at 17:58, Guillaume Nodet wrote: It's been a long time I ad not looked at the asynchronous support in Camel.I had to do so today and I must say I'm a bit disapointed. What's the way to have a scalable route using http su

Asynchronous support in Camel

2010-05-11 Thread Guillaume Nodet
It's been a long time I ad not looked at the asynchronous support in Camel. I had to do so today and I must say I'm a bit disapointed. What's the way to have a scalable route using http such as even the one in the documentation: from("jetty:http://localhost:8080/service";).to("jhc: http://localh

[jira] Reopened: (CAMEL-2692) Multithreading bug: getBody sporadically returns null

2010-05-11 Thread Roland Knight (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roland Knight reopened CAMEL-2692: -- Claus, the synchronize you added didn't fix the problem. Seems that importNode requires the Do

[jira] Created: (CAMEL-2710) Skip invalid endpoints without throwing an exception

2010-05-11 Thread Eric Bouer (JIRA)
Skip invalid endpoints without throwing an exception Key: CAMEL-2710 URL: https://issues.apache.org/activemq/browse/CAMEL-2710 Project: Apache Camel Issue Type: Improvement Compo

[jira] Resolved: (CAMEL-2669) XPath - Add type converters from the pesky XPath types to String, InputStream etc.

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2669. Resolution: Fixed trunk: 943161. Now the XML tags get outputted in the String as well. > XPat

[jira] Reopened: (CAMEL-2669) XPath - Add type converters from the pesky XPath types to String, InputStream etc.

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reopened CAMEL-2669: Lets improve the XML converters in Camel. NodeList -> String is tricky but it should work as Gert

[jira] Commented: (CAMEL-2706) option to exec component to not use stderr when stdout is empty

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59288#action_59288 ] Claus Ibsen commented on CAMEL-2706: I agree Chuck that there should be such an option, w

[jira] Commented: (CAMEL-2669) XPath - Add type converters from the pesky XPath types to String, InputStream etc.

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59287#action_59287 ] Claus Ibsen commented on CAMEL-2669: The files have been split to only contain the conten

[jira] Resolved: (CAMEL-2708) File name lost when it starts with the same characters as the relative directory on the endpoint

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2708. Resolution: Fixed Thanks Gert for the patch. trunk: 943060. > File name lost when it starts w

[jira] Commented: (CAMEL-2692) Multithreading bug: getBody sporadically returns null

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59284#action_59284 ] Claus Ibsen commented on CAMEL-2692: Roland feel free to test with latest code on your sy

[jira] Resolved: (CAMEL-2692) Multithreading bug: getBody sporadically returns null

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2692. Resolution: Fixed 1.x: 943033. > Multithreading bug: getBody sporadically returns null > -

[jira] Resolved: (CAMEL-2709) Upgrade Activemq to 5.3.2

2010-05-11 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2709. - Resolution: Fixed > Upgrade Activemq to 5.3.2 > -- > >

[jira] Created: (CAMEL-2709) Upgrade Activemq to 5.3.2

2010-05-11 Thread Willem Jiang (JIRA)
Upgrade Activemq to 5.3.2 -- Key: CAMEL-2709 URL: https://issues.apache.org/activemq/browse/CAMEL-2709 Project: Apache Camel Issue Type: Task Reporter: Willem Jiang Assignee: Willem Jiang

[jira] Updated: (CAMEL-2692) Multithreading bug: getBody sporadically returns null

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2692: --- Fix Version/s: 1.6.3 Affects Version/s: 1.6.2 trunk: 943024. > Multithreading bug: getBo

[jira] Commented: (CAMEL-2699) camel-netty - Should auto reconnect if not connected and disconnect when stopping

2010-05-11 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59280#action_59280 ] Claus Ibsen commented on CAMEL-2699: trunk: 943023. Improved SSL re-connection with than