[jira] Resolved: (CAMEL-1162) We need to remove the topic loadbalance strategy

2008-12-12 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1162. - Resolution: Fixed Fix Version/s: 1.5.1 > We need to remove the topic loadbalance strat

[jira] Resolved: (CAMEL-1161) LoadBalancer should extends AsyncProcessor

2008-12-12 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1161. - Resolution: Fixed Fix Version/s: 2.0.0 1.5.1 Applied the patch into

[jira] Resolved: (CAMEL-1180) remove the generate parameter from the outputs definition

2008-12-12 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-1180. - Resolution: Fixed http://svn.apache.org/viewvc?rev=725536&view=rev > remove the generate par

[jira] Resolved: (CAMEL-1184) Add a new Dataformat - tidyMarkup - which allows us to unmarshal bad HTML to good (XML) Html.

2008-12-12 Thread Jonathan Anstey (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey resolved CAMEL-1184. Resolution: Fixed > Add a new Dataformat - tidyMarkup - which allows us to unmarshal ba

[jira] Updated: (CAMEL-1185) Message-triggered scheduling (producer for camel-quartz)

2008-12-12 Thread Ivan S. Dubrov (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan S. Dubrov updated CAMEL-1185: -- Attachment: quartz-triggered.patch Attached patch with unit tests. Looking at the linked i

[jira] Created: (CAMEL-1186) get rid of consumer. prefix for URI option configuration

2008-12-12 Thread Claus Ibsen (JIRA)
get rid of consumer. prefix for URI option configuration Key: CAMEL-1186 URL: https://issues.apache.org/activemq/browse/CAMEL-1186 Project: Apache Camel Issue Type: Improvement

[jira] Updated: (CAMEL-1153) Refactor camel-ftp to remove timestamp

2008-12-12 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-1153: --- Attachment: camel-ftp.rar Backup of my major camel-ftp refactor in progress TODO - sftp part not

Re: [DESIGN] - Camel 2.x - Triggering scheduled consumer

2008-12-12 Thread Claus Ibsen
Hi BTW I got the ftp sample much cleaner and nicer. My first attempt at it somehow got messed, but now it's a textbox Camel API example PollingConsumer consumer = ftp.createPollingConsumer(); consumer.start(); // receive the r