[jira] Commented: (CAMEL-1756) getEndpoint() should match for singleton endpoints even if url does not contain params

2009-07-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=52704#action_52704 ] Claus Ibsen commented on CAMEL-1756: trunk: 791395. Need to force endpoints using :// as

[jira] Resolved: (CAMEL-1798) DeadLetterChannel - redelivery should default be disabled

2009-07-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1798. Resolution: Fixed trunk: 791395. Fix part of this bigger commit. DeadLetterChannel -

[jira] Created: (CAMEL-1802) provide XML/JSON representation of RouteStatusResource.getStatus

2009-07-06 Thread James Strachan (JIRA)
provide XML/JSON representation of RouteStatusResource.getStatus Key: CAMEL-1802 URL: https://issues.apache.org/activemq/browse/CAMEL-1802 Project: Apache Camel Issue Type:

Re: [jira] Created: (CAMEL-1392) groovy renderer

2009-07-06 Thread alloyer
When renderring loadBalance().failover(IOException.class) resequence(body()) ,need a getExceptions() for FailOverLoadBalancer and a getExceptionList() for ResequenceDefinition. JIRA j...@apache.org wrote: groovy renderer --- Key: CAMEL-1392

[jira] Created: (CAMEL-1803) RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception

2009-07-06 Thread Claus Ibsen (JIRA)
RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception - Key: CAMEL-1803 URL:

Re: [jira] Commented: (CAMEL-1392) groovy renderer

2009-07-06 Thread alloyer
There are one problem to define the assertions in test cases since sometimes we are not sure of an input sentence. For example: 1)to(mock:a,mock:b) and to(mock:a).to(mock:b) have the same route definition 2) Sometimes we can't use a .end() for the choice sentence. But when renderring, the

Re: [jira] Commented: (CAMEL-1392) groovy renderer

2009-07-06 Thread Claus Ibsen
On Mon, Jul 6, 2009 at 1:20 PM, alloyerallo...@gmail.com wrote: There are one problem to define the assertions in test cases since sometimes we are not sure of an input sentence. For example:  1)to(mock:a,mock:b) and to(mock:a).to(mock:b) have the same route definition Yeah this is not

[jira] Resolved: (CAMEL-1803) RedeliverErrorHandler - Should remove redeliver headers is failure processor is handling the caused exception

2009-07-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1803. Resolution: Fixed trunk: 791456. RedeliverErrorHandler - Should remove redeliver headers is

Re: [jira] Created: (CAMEL-1392) groovy renderer

2009-07-06 Thread Claus Ibsen
Load balancer is not a top priority DSL to get working 100% in groovy DSL at this time. If you have other DSL to port then please take a look at them instead. For instance the Content Based Router (choice) is top priority. On Mon, Jul 6, 2009 at 1:05 PM, alloyerallo...@gmail.com wrote: When

[jira] Created: (CAMEL-1804) User guide for Groovy editor in web console

2009-07-06 Thread Jonathan Anstey (JIRA)
User guide for Groovy editor in web console --- Key: CAMEL-1804 URL: https://issues.apache.org/activemq/browse/CAMEL-1804 Project: Apache Camel Issue Type: Task Components: camel-web

Re: [jira] Commented: (CAMEL-1392) groovy renderer

2009-07-06 Thread Jon Anstey
On Mon, Jul 6, 2009 at 9:37 AM, Claus Ibsen claus.ib...@gmail.com wrote: On Mon, Jul 6, 2009 at 1:20 PM, alloyerallo...@gmail.com wrote: There are one problem to define the assertions in test cases since sometimes we are not sure of an input sentence. For example: 1)to(mock:a,mock:b)

Re: [jira] Created: (CAMEL-1392) groovy renderer

2009-07-06 Thread alloyer
all right. I am going to create a page to list which DSL have been supported these days. Now the main problem I encountered is to deal with the invoking of a registered bean or creating object (such as a MyAggregationStrategy instance) when editing route in Groovy. Do you think it is a top

[jira] Work started: (CAMEL-1804) User guide for Groovy editor in web console

2009-07-06 Thread Xueqiang Mi (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-1804 started by Xueqiang Mi. User guide for Groovy editor in web console --- Key:

Re: [jira] Created: (CAMEL-1392) groovy renderer

2009-07-06 Thread alloyer
After some discuss with Janstey, I know the web editor is working for changing the existing route, not for router development. The duty of creating bean may be dropped on groovy editor. alloyer wrote: all right. I am going to create a page to list which DSL have been supported these days.

[jira] Created: (CAMEL-1805) Timer component - setting time option from URI is missing a converter from String to Date

2009-07-06 Thread Claus Ibsen (JIRA)
Timer component - setting time option from URI is missing a converter from String to Date - Key: CAMEL-1805 URL: https://issues.apache.org/activemq/browse/CAMEL-1805

[jira] Resolved: (CAMEL-1805) Timer component - setting time option from URI is missing a converter from String to Date

2009-07-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1805. Resolution: Fixed trunk: 791476. 1.x: 791478. Timer component - setting time option from URI

[jira] Updated: (CAMEL-1801) FTP component - add option to specify retry login attempts

2009-07-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1801: --- Fix Version/s: (was: 2.1.0) 2.0.0 FTP component - add option to specify

[jira] Resolved: (CAMEL-1801) FTP component - add option to specify retry login attempts

2009-07-06 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-1801. Resolution: Fixed Assignee: Claus Ibsen trunk: 791486. Will now by default try 3 times

[jira] Created: (CAMEL-1806) put the query parameters into the message header

2009-07-06 Thread Willem Jiang (JIRA)
put the query parameters into the message header Key: CAMEL-1806 URL: https://issues.apache.org/activemq/browse/CAMEL-1806 Project: Apache Camel Issue Type: Improvement Components:

[jira] Resolved: (CAMEL-1806) put the query parameters into the message header

2009-07-06 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1806. - Resolution: Fixed trunk http://svn.apache.org/viewvc?rev=791695view=rev camel-1.x branch