[jira] Issue Comment Edited: (CAMEL-2720) XmlConverter omits XML declaration

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59342#action_59342 ] Willem Jiang edited comment on CAMEL-2720 at 5/14/10 2:58 AM: -- N

[jira] Commented: (CAMEL-2720) XmlConverter omits XML declaration

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59342#action_59342 ] Willem Jiang commented on CAMEL-2720: - Now you can override the default output properties

[jira] Resolved: (CAMEL-2724) Remove the ToAsync feature

2010-05-13 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2724. Fix Version/s: (was: 2.4.0) Resolution: Fixed trunk: 944135. > Remove the ToAsync f

Re: Asynchronous support in Camel

2010-05-13 Thread Claus Ibsen
On Thu, May 13, 2010 at 2:09 PM, Claus Ibsen wrote: > On Thu, May 13, 2010 at 11:25 AM, Guillaume Nodet wrote: >> Great, thx.   Any idea how that could be done ? >> > > We need to get 2.3 out of the door, before we starting look into this. > Hadrian got a few JMX and test speed optimizations he w

[jira] Created: (CAMEL-2724) Remove the ToAsync feature

2010-05-13 Thread Claus Ibsen (JIRA)
Remove the ToAsync feature -- Key: CAMEL-2724 URL: https://issues.apache.org/activemq/browse/CAMEL-2724 Project: Apache Camel Issue Type: Task Components: camel-core Affects Versions: 2.2.0, 2.1.0, 2.3.0

[jira] Created: (CAMEL-2723) Asynchronous non blocking routing engine

2010-05-13 Thread Claus Ibsen (JIRA)
Asynchronous non blocking routing engine Key: CAMEL-2723 URL: https://issues.apache.org/activemq/browse/CAMEL-2723 Project: Apache Camel Issue Type: Improvement Components: camel-core Af

[jira] Created: (CAMEL-2722) ManagedRoute should be unregister when the RouteDefinition is removed

2010-05-13 Thread Willem Jiang (JIRA)
ManagedRoute should be unregister when the RouteDefinition is removed - Key: CAMEL-2722 URL: https://issues.apache.org/activemq/browse/CAMEL-2722 Project: Apache Camel Issue

[jira] Commented: (CAMEL-2720) XmlConverter omits XML declaration

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59340#action_59340 ] Willem Jiang commented on CAMEL-2720: - I can let XmlConverter check the camelContext prop

[jira] Assigned: (CAMEL-2720) XmlConverter omits XML declaration

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-2720: --- Assignee: Willem Jiang > XmlConverter omits XML declaration > ---

[jira] Created: (CAMEL-2721) Camel-mina logs a warning if an InOut connection does not send a reply

2010-05-13 Thread Cott Lang (JIRA)
Camel-mina logs a warning if an InOut connection does not send a reply -- Key: CAMEL-2721 URL: https://issues.apache.org/activemq/browse/CAMEL-2721 Project: Apache Camel Iss

[jira] Created: (CAMEL-2720) XmlConverter omits XML declaration

2010-05-13 Thread Dragisa Krsmanovic (JIRA)
XmlConverter omits XML declaration -- Key: CAMEL-2720 URL: https://issues.apache.org/activemq/browse/CAMEL-2720 Project: Apache Camel Issue Type: Bug Components: camel-core Reporter: Drag

[jira] Resolved: (CAMEL-2714) Create a converter to convert a CxfPayload to a String

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2714. - Resolution: Won't Fix As we don't know what exactly that customer wants to turn the CxfPayloa

Re: CxfExchange is not anymore available in Camel 2.0.0

2010-05-13 Thread William Tam
On 05/13/2010 09:20 AM, William Tam wrote: I had a quick chat with Willem. (thanks Willem) In this case, the Camel converter framework will invoke the CxfPayload.toString() method if no better suit converter is found. The toString method of CxfPayload is as follow. public String toStr

[jira] Commented: (CAMEL-2714) Create a converter to convert a CxfPayload to a String

2010-05-13 Thread William Tam (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59328#action_59328 ] William Tam commented on CAMEL-2714: email thread: http://old.nabble.com/CxfExchange-is-

Re: CxfExchange is not anymore available in Camel 2.0.0

2010-05-13 Thread William Tam
I had a quick chat with Willem. (thanks Willem) In this case, the Camel converter framework will invoke the CxfPayload.toString() method if no better suit converter is found. The toString method of CxfPayload is as follow. public String toString() { StringBuffer buf = new StringB

[jira] Resolved: (CAMEL-2579) Integrate Spring Security with Camel

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2579. - Resolution: Fixed As the most work are done, we can close this issue and leave the schema sub

Re: CxfExchange is not anymore available in Camel 2.0.0

2010-05-13 Thread Willem Jiang
Hi William Current camel supports to turn the CxfPayLoad object into a String, as Camel converter will call the CxfPayLoad.toString() method to do this kind job. But if you just want to get the payload body, I'm afraid you still need to use the below code to do the job. Willem William Tam

[jira] Issue Comment Edited: (CAMEL-2717) RoutingSlip should trim the endpoint URI

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59326#action_59326 ] Willem Jiang edited comment on CAMEL-2717 at 5/13/10 8:28 AM: -- A

[jira] Resolved: (CAMEL-2717) RoutingSlip should trim the endpoint URI

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2717. - Resolution: Fixed Applied the patch into camel trunk and camel 1.x branch. > RoutingSlip sho

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

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2712. - Resolution: Fixed committed the new patch and updated the wiki page for it. > The default ch

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

2010-05-13 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-2710. - Fix Version/s: 2.3.0 Resolution: Fixed > Skip invalid endpoints without throwing an ex

Re: Asynchronous support in Camel

2010-05-13 Thread Claus Ibsen
On Thu, May 13, 2010 at 11:25 AM, Guillaume Nodet wrote: > Great, thx.   Any idea how that could be done ? > We need to get 2.3 out of the door, before we starting look into this. Hadrian got a few JMX and test speed optimizations he wants to run before he starts cutting the 2.3 release. > On

Re: Asynchronous support in Camel

2010-05-13 Thread Guillaume Nodet
Great, thx. Any idea how that could be done ? On Thu, May 13, 2010 at 03:51, Claus Ibsen wrote: > I have created at ticket to track this > https://issues.apache.org/activemq/browse/CAMEL-2718 > -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ --

[jira] Created: (CAMEL-2719) EventNotifier - Add new out of box EventNotifier for logging sent exchanges

2010-05-13 Thread Claus Ibsen (JIRA)
EventNotifier - Add new out of box EventNotifier for logging sent exchanges --- Key: CAMEL-2719 URL: https://issues.apache.org/activemq/browse/CAMEL-2719 Project: Apache Camel

Re: Asynchronous support in Camel

2010-05-13 Thread Claus Ibsen
I have created at ticket to track this https://issues.apache.org/activemq/browse/CAMEL-2718

[jira] Created: (CAMEL-2718) camel-jetty - Add support for continuations

2010-05-13 Thread Claus Ibsen (JIRA)
camel-jetty - Add support for continuations --- Key: CAMEL-2718 URL: https://issues.apache.org/activemq/browse/CAMEL-2718 Project: Apache Camel Issue Type: New Feature Components: camel-jetty