[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042001#comment-13042001 ] Claus Straube commented on CAMEL-3983: -- One additional thought... I think we have to

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041993#comment-13041993 ] Claus Straube commented on CAMEL-3983: -- Ioannis, I think hazelcast:seda and JMS / SED

[jira] [Created] (CAMEL-4034) Create Camel component for Jclouds

2011-05-31 Thread Ioannis Canellos (JIRA)
Create Camel component for Jclouds -- Key: CAMEL-4034 URL: https://issues.apache.org/jira/browse/CAMEL-4034 Project: Camel Issue Type: New Feature Reporter: Ioannis Canellos JClouds is a library

Re: Dynamic Resource URIs

2011-05-31 Thread Fernando Ribeiro
Sure, I meant we could maybe find a way for Camel itself to do what that code in the FreeMarker component is doing, does that make sense for you? On Tue, May 31, 2011 at 5:21 PM, Richard Kettelerij < richardkettele...@gmail.com> wrote: > Fernando, push down to to what framework? camel-core? I don

Re: Dynamic Resource URIs

2011-05-31 Thread Richard Kettelerij
Fernando, push down to to what framework? camel-core? I don't quite understand what you're proposing, can you elaborate it a bit? On Tue, May 31, 2011 at 4:18 PM, Fernando Ribeiro < webmas...@fernandoribeiro.eti.br> wrote: > Any feedback? Thanks. > > On Thu, May 26, 2011 at 11:25 PM, Fernando Rib

[jira] [Updated] (CAMEL-4026) Camel does not work out of the box in Java webstart, due classpath scanning is not possible

2011-05-31 Thread Jim Newsham (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Newsham updated CAMEL-4026: --- Attachment: camel webstart trace.txt As requested, Attaching log file with log level TRACE. > Camel

[jira] [Updated] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Ioannis Polyzos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Polyzos updated CAMEL-3983: --- Attachment: SEDA-CAMEL-3983-2.patch I would agree with Claus.I. JMS is a different scenario

Re: [VOTE] Release Apache Camel 2.7.2

2011-05-31 Thread Jean-Baptiste Onofré
+1 Tested with ServiceMix examples and in Karaf 2.2.1 without problem. Regards JB On 05/31/2011 09:15 AM, Hadrian Zbarcea wrote: A patch release apache-camel-2.7.2 is out with approximately 7 issues resolved: improvements and bug fixes. This release targets mostly an XSS vulnerability in cam

Re: [VOTE] Release Apache Camel 2.7.2

2011-05-31 Thread Claus Ibsen
+1 I gave it a test spin with the source code for the Camel in Action book On Tue, May 31, 2011 at 9:15 AM, Hadrian Zbarcea wrote: > A patch release apache-camel-2.7.2 is out with approximately 7 issues > resolved: improvements and bug fixes. > > This release targets mostly an XSS vulnerabilit

[jira] [Resolved] (CAMEL-4033) Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

2011-05-31 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4033. Resolution: Fixed There is now a new copy option. Wiki documentation updated as well. > Loop EIP -

Re: [jira] [Created] (CAMEL-4033) Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

2011-05-31 Thread Donald Whytock
Yeah, wireTap() looks like it does what I was thinking of. Thanks. On Tue, May 31, 2011 at 11:06 AM, Claus Ibsen wrote: > On Tue, May 31, 2011 at 4:25 PM, Donald Whytock wrote: >> Over and above looping, should there be a more general-purpose copy >> mechanism, such as CopyProcessor and a copy(

Re: [jira] [Created] (CAMEL-4033) Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

2011-05-31 Thread Claus Ibsen
On Tue, May 31, 2011 at 4:25 PM, Donald Whytock wrote: > Over and above looping, should there be a more general-purpose copy > mechanism, such as CopyProcessor and a copy() route directive? > Do you care to explain what the copy can be used for? There is the WireTap EIP, the Recipient List EIP,

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041613#comment-13041613 ] Claus Ibsen commented on CAMEL-3983: It depends on the transport whether headers also

Re: [jira] [Created] (CAMEL-4033) Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

2011-05-31 Thread Donald Whytock
Over and above looping, should there be a more general-purpose copy mechanism, such as CopyProcessor and a copy() route directive? Don On Tue, May 31, 2011 at 10:16 AM, Claus Ibsen (JIRA) wrote: > Loop EIP - Add copy option to let it start next loop with a copy of the > original exchange >

Re: Dynamic Resource URIs

2011-05-31 Thread Fernando Ribeiro
Any feedback? Thanks. On Thu, May 26, 2011 at 11:25 PM, Fernando Ribeiro < webmas...@fernandoribeiro.eti.br> wrote: > All, > > In the FreeMarker component there is code for an endpoint to check if an > endpoint for a resource URI passed in a header already exists and, if so, > route the message t

[jira] [Created] (CAMEL-4033) Loop EIP - Add copy option to let it start next loop with a copy of the original exchange

2011-05-31 Thread Claus Ibsen (JIRA)
Loop EIP - Add copy option to let it start next loop with a copy of the original exchange - Key: CAMEL-4033 URL: https://issues.apache.org/jira/browse/CAMEL-4033

[jira] [Issue Comment Edited] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041584#comment-13041584 ] Claus Straube edited comment on CAMEL-3983 at 5/31/11 1:54 PM: -

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041584#comment-13041584 ] Claus Straube commented on CAMEL-3983: -- Ioannis, I think there is no 'normal usage'.

[jira] [Issue Comment Edited] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041584#comment-13041584 ] Claus Straube edited comment on CAMEL-3983 at 5/31/11 1:52 PM: -

[jira] [Updated] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

2011-05-31 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-3735: --- Summary: Upgrade to Spring WS 2.0.2 with OSGi fix (was: Upgrade to Spring WS 2.0.1 with OSGi fix) >

Re: [INFO] Karaf features-maven-plugin validate goal

2011-05-31 Thread Willem Jiang
It's handy feature and I really like it :) On 5/31/11 8:47 PM, Jean-Baptiste Onofré wrote: Hi all, FYI, I fixed KARAF-651. Now, the features-maven-plugin (and karaf-maven-plugin on Karaf 3.0.0-SNAPSHOT) now embeds by default the Karaf standard and enterprise features descriptors. It means tha

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Ioannis Polyzos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041567#comment-13041567 ] Ioannis Polyzos commented on CAMEL-3983: Hi Claus.S , I saw in your last patch

[INFO] Karaf features-maven-plugin validate goal

2011-05-31 Thread Jean-Baptiste Onofré
Hi all, FYI, I fixed KARAF-651. Now, the features-maven-plugin (and karaf-maven-plugin on Karaf 3.0.0-SNAPSHOT) now embeds by default the Karaf standard and enterprise features descriptors. It means that it's no more required to add: mvn:org.apache.karaf.assemblies.features/standard/x.x.x/x

[jira] [Updated] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Straube updated CAMEL-3983: - Attachment: hazelcast_seda_headers_04.diff Functionality of this patch: - send serialized body a

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041515#comment-13041515 ] Claus Straube commented on CAMEL-3983: -- Okay. I will implement this and provide a pat

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041513#comment-13041513 ] Claus Ibsen commented on CAMEL-3983: There should be an option to select this like the

[jira] [Resolved] (CAMEL-4009) Fast @Converter loading in uber-jar

2011-05-31 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4009. Resolution: Fixed Okay a better impl is in trunk now > Fast @Converter loading in uber-jar > -

[jira] [Commented] (CAMEL-3983) Added Support for Serialization and Message Headers to Hazelcast SEDA functionality

2011-05-31 Thread Claus Straube (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041488#comment-13041488 ] Claus Straube commented on CAMEL-3983: -- Thank you Ioannis. I think it does exactly wh

[jira] [Resolved] (CAMEL-4032) Clean up the jetty bundles

2011-05-31 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-4032. - Resolution: Fixed Applied the patch into trunk. > Clean up the jetty bundles > -

[jira] [Created] (CAMEL-4032) Clean up the jetty bundles

2011-05-31 Thread Willem Jiang (JIRA)
Clean up the jetty bundles -- Key: CAMEL-4032 URL: https://issues.apache.org/jira/browse/CAMEL-4032 Project: Camel Issue Type: Improvement Reporter: Willem Jiang Assignee: Willem Jiang

[VOTE] Release Apache Camel 2.7.2

2011-05-31 Thread Hadrian Zbarcea
A patch release apache-camel-2.7.2 is out with approximately 7 issues resolved: improvements and bug fixes. This release targets mostly an XSS vulnerability in camel-web and OSGi related improvements. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapac