[jira] Assigned: (CAMEL-3108) ConsumerTemplate return body should complete UoW beforehand

2010-09-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-3108: -- Assignee: Claus Ibsen > ConsumerTemplate return body should complete UoW beforehand > -

[jira] Resolved: (CAMEL-3109) Upgrade to HawtDB 1.3 to pick up it's bug fixes

2010-09-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-3109. Resolution: Fixed trunk: 993509 > Upgrade to HawtDB 1.3 to pick up it's bug fixes > --

[jira] Updated: (CAMEL-3109) Upgrade to HawtDB 1.3 to pick up it's bug fixes

2010-09-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3109: --- Issue Type: Task (was: Bug) > Upgrade to HawtDB 1.3 to pick up it's bug fixes >

[jira] Created: (CAMEL-3109) Upgrade to HawtDB 1.3 to pick up it's bug fixes

2010-09-07 Thread Hiram Chirino (JIRA)
Upgrade to HawtDB 1.3 to pick up it's bug fixes --- Key: CAMEL-3109 URL: https://issues.apache.org/activemq/browse/CAMEL-3109 Project: Apache Camel Issue Type: Bug Reporter: Hiram Chiri

Re: deleting files with a camel-ftp endpoint

2010-09-07 Thread Lorrin Nelson
Hi -- Thanks for the pointer towards GenericFileOperations. I wrote a Processor using it that seems to do the trick. But one thing I bumped into is that getting my hands on the file operations requires explicitly coding for a specific implementation. E.g. RemoteFileOperations ops = ne

Re: Camel 2.5 - Starts to look good for a relese

2010-09-07 Thread Hadrian Zbarcea
I tried building with camel 1.6 and it builds fine. That is required only because of camel-web's dependency on jersey. I didn't try if the built artifacts will work with java 5. I'll try that today. Hadrian On Sep 7, 2010, at 5:02 AM, Claus Ibsen wrote: > Hi > > Okay 2.5 looks really good now

Re: Messages queue filtered depending on info received by another queue

2010-09-07 Thread Claus Ibsen
On Tue, Sep 7, 2010 at 2:04 PM, RomualdoGobbo wrote: > > Have you some sample using Spring XML? > With Spring XML seem to me that was impossible make a sort of data transfer > from one "route" to another: the only samples using filters are built with > explicit value: i.e. "bar"... The easiest is

Re: Messages queue filtered depending on info received by another queue

2010-09-07 Thread RomualdoGobbo
Have you some sample using Spring XML? With Spring XML seem to me that was impossible make a sort of data transfer from one "route" to another: the only samples using filters are built with explicit value: i.e. "bar"... Thanks a lot. Romualdo -- View this message in context: http://camel.465427

Re: Messages queue filtered depending on info received by another queue

2010-09-07 Thread Claus Ibsen
You can use JMS message selector to only pickup certain messages from a JMS queue. On Tue, Sep 7, 2010 at 12:30 PM, RomualdoGobbo wrote: > > Hi All, > I've the following problem unsolved regarding the filtered messages > depending on some info extractect from another queue. > > The case is the f

Messages queue filtered depending on info received by another queue

2010-09-07 Thread RomualdoGobbo
Hi All, I've the following problem unsolved regarding the filtered messages depending on some info extractect from another queue. The case is the following: 1. Primary queue contains the messages received from netty:tcp server 2.Depending the ID found in the body you have to select from another

Re: Camel 2.5 - Starts to look good for a relese

2010-09-07 Thread Claus Ibsen
Hi Okay 2.5 looks really good now. The main features have been implemented and the important bugs fixed as well. The jasypt stuff is also in place now, so we are almost ready to go. James Strachan promised to take a peek at the trimmed camel-web component to ensure that he got the pieces he want

Re: VM transport for OSGi

2010-09-07 Thread Rafal Rusin
On 7 September 2010 06:49, Claus Ibsen wrote: > On Mon, Sep 6, 2010 at 9:01 PM, Rafal Rusin wrote: >> Hello, >> >> I see in docs http://camel.apache.org/vm that vm transport requires >> camel-core.jar on boot classpath. However in OSGi, it can be >> implemented using global service. What do you t

[jira] Created: (CAMEL-3108) ConsumerTemplate return body should complete UoW beforehand

2010-09-07 Thread Andreas Asmuss (JIRA)
ConsumerTemplate return body should complete UoW beforehand --- Key: CAMEL-3108 URL: https://issues.apache.org/activemq/browse/CAMEL-3108 Project: Apache Camel Issue Type: Bug

[jira] Commented: (CAMEL-2987) Allow encrypted passwords to be used in properties files

2010-09-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61706#action_61706 ] Claus Ibsen commented on CAMEL-2987: Now running the tooling from cmd line has been made

[jira] Resolved: (CAMEL-2987) Allow encrypted passwords to be used in properties files

2010-09-07 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2987. Resolution: Fixed Added feature for camel-jasypt trunk: 993248. > Allow encrypted passwords t