Re: source distributions....

2011-06-23 Thread Jean-Baptiste Onofré
+1 for at least having only one source assembly +1 to complete remove the source distribution (I'm sure that people that want to take a look on the source certainly checkout from subversion/git). Regards JB On 06/22/2011 09:28 PM, Daniel Kulp wrote: Question: Does anyone really feel

[jira] [Created] (CAMEL-4142) Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint

2011-06-23 Thread Willem Jiang (JIRA)
Add a profile in camel-example-cxf-osgi to build the bundle with Blueprint -- Key: CAMEL-4142 URL: https://issues.apache.org/jira/browse/CAMEL-4142 Project: Camel Issue

[jira] [Created] (CAMEL-4143) CxfPayload to Node conversion is not working properly

2011-06-23 Thread Alexey Venderov (JIRA)
CxfPayload to Node conversion is not working properly -- Key: CAMEL-4143 URL: https://issues.apache.org/jira/browse/CAMEL-4143 Project: Camel Issue Type: Bug Components:

[jira] [Updated] (CAMEL-4143) CxfPayload to Node conversion is not working properly

2011-06-23 Thread Alexey Venderov (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Venderov updated CAMEL-4143: --- Attachment: CxfPayloadConverter.patch Patch that adds new converter. CxfPayload to Node

[jira] [Commented] (CAMEL-4143) CxfPayload to Node conversion is not working properly

2011-06-23 Thread Nickolay Martinov (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053686#comment-13053686 ] Nickolay Martinov commented on CAMEL-4143: -- The problem is not that there is

Re: source distributions....

2011-06-23 Thread Claus Ibsen
+1 to speed up the assembly part. That usually seems to take too long time :) I wonder if we need to build -javadoc JARs (if we do that) ? Do people use them? Don't your IDE grab the javadoc from the -src JARs? -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web:

[jira] [Updated] (CAMEL-4134) Upgrade to Smack 3.2.0

2011-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated CAMEL-4134: Attachment: CAMEL-4134.patch Patch to upgrade to Smack 3.2.0 (including ServiceMix

[jira] [Updated] (CAMEL-4134) Upgrade to Smack 3.2.0

2011-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated CAMEL-4134: Patch Info: [Patch Available] Upgrade to Smack 3.2.0 --

[jira] [Assigned] (CAMEL-4075) Upgrade camel-quartz to Quartz 2.0.x

2011-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré reassigned CAMEL-4075: --- Assignee: Jean-Baptiste Onofré Upgrade camel-quartz to Quartz 2.0.x

[jira] [Updated] (CAMEL-4075) Upgrade camel-quartz to Quartz 2.0.x

2011-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofré updated CAMEL-4075: Assignee: (was: Jean-Baptiste Onofré) Upgrade camel-quartz to Quartz 2.0.x

[jira] [Commented] (CAMEL-4134) Upgrade to Smack 3.2.0

2011-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053758#comment-13053758 ] Christian Müller commented on CAMEL-4134: - I will apply the patch after we

Re: source distributions....

2011-06-23 Thread Richard Kettelerij
I'm fine with this, one source archive should be enough. Like Donald said most IDE's can handle both file types (although .zip is more common). On Thu, Jun 23, 2011 at 10:19 AM, Claus Ibsen claus.ib...@gmail.com wrote: +1 to speed up the assembly part. That usually seems to take too long time

Re: source distributions....

2011-06-23 Thread Jon Anstey
+1 for a single source disto. Though maybe we could have a zip file instead of the tgz? Not sure if Windows can handle tgz OOTB. On Thu, Jun 23, 2011 at 11:05 AM, Richard Kettelerij richardkettele...@gmail.com wrote: I'm fine with this, one source archive should be enough. Like Donald said

[jira] [Commented] (CAMEL-4075) Upgrade camel-quartz to Quartz 2.0.x

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053782#comment-13053782 ] Claus Ibsen commented on CAMEL-4075: Jean hold your horses, we should only upgrade

Re: Missing feature to handle errors in a route which reads from an activemq destination

2011-06-23 Thread Christian Müller
Hello guys and thank you for your answers/opinions! Sorry for my late reply, but I was busy with some other tasks. But I didn't forgot you... ;-) @Ben: Looks like we share the same thoughts. I think your suggestion is really simple (I like simple solutions) and works for most of our

Re: source distributions....

2011-06-23 Thread Hadrian Zbarcea
+1 from me as well for single source. I also believe zip is better than tgz. This would avoid many Windows users assuming that a Windows version of the source distro doesn't exist imho. Hadrian On 06/23/2011 06:19 AM, Jon Anstey wrote: +1 for a single source disto. Though maybe we could

Re: source distributions....

2011-06-23 Thread Eric Johnson
+1 to a single source distro in a zip file. On Thu, Jun 23, 2011 at 9:07 AM, Hadrian Zbarcea hzbar...@gmail.com wrote: +1 from me as well for single source. I also believe zip is better than tgz. This would avoid many Windows users assuming that a Windows version of the source distro doesn't

[jira] [Resolved] (CAMEL-4104) camel-restlet - Should use dynamic assigned port numbers for testing

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4104. Resolution: Fixed Thanks for the patch. The checkstyle failed so I had to reorder some imports to

[jira] [Assigned] (CAMEL-4129) Override doStart() and doStop() in Jt400PgmProducer

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4129: -- Assignee: Claus Ibsen Override doStart() and doStop() in Jt400PgmProducer

[jira] [Resolved] (CAMEL-4129) Override doStart() and doStop() in Jt400PgmProducer

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4129. Resolution: Fixed Thanks for the patch Override doStart() and doStop() in Jt400PgmProducer

[jira] [Assigned] (CAMEL-4130) New JT400 URI option guiAvailable

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4130: -- Assignee: Claus Ibsen New JT400 URI option guiAvailable ---

[jira] [Commented] (CAMEL-4137) CxfNamespaceHandler should not just set the TCCL and not set it back

2011-06-23 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053889#comment-13053889 ] Willem Jiang commented on CAMEL-4137: - I just did some work to find out we should set

[jira] [Created] (CAMEL-4144) Update Karaf validate profile to use Karaf 2.2.2-SNAPSHOT

2011-06-23 Thread Willem Jiang (JIRA)
Update Karaf validate profile to use Karaf 2.2.2-SNAPSHOT - Key: CAMEL-4144 URL: https://issues.apache.org/jira/browse/CAMEL-4144 Project: Camel Issue Type: Improvement

[jira] [Commented] (CAMEL-4144) Update Karaf validate profile to use Karaf 2.2.2-SNAPSHOT

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053895#comment-13053895 ] Claus Ibsen commented on CAMEL-4144: We should not release Camel 2.8 with any SNAPSHOT

[jira] [Commented] (CAMEL-4144) Update Karaf validate profile to use Karaf 2.2.2-SNAPSHOT

2011-06-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CAMEL-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053901#comment-13053901 ] Jean-Baptiste Onofré commented on CAMEL-4144: - Agree Claus. Let me check on

Re: source distributions....

2011-06-23 Thread Donald Whytock
On Thu, Jun 23, 2011 at 4:19 AM, Claus Ibsen claus.ib...@gmail.com wrote: +1 to speed up the assembly part. That usually seems to take too long time :) I wonder if we need to build -javadoc JARs (if we do that) ? Do people use them? Don't your IDE grab the javadoc from the -src JARs? That's

[jira] [Commented] (CAMEL-4055) Hazelcast should use CamelCase keys for its headers

2011-06-23 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053921#comment-13053921 ] Claus Ibsen commented on CAMEL-4055: The keys should start with Camel, eg

[jira] [Commented] (CAMEL-4055) Hazelcast should use CamelCase keys for its headers

2011-06-23 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053922#comment-13053922 ] Ashwin Karpe commented on CAMEL-4055: - I looked at the submitted patch and everything

[jira] [Issue Comment Edited] (CAMEL-4055) Hazelcast should use CamelCase keys for its headers

2011-06-23 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053922#comment-13053922 ] Ashwin Karpe edited comment on CAMEL-4055 at 6/23/11 3:34 PM: --

[jira] [Commented] (CAMEL-4055) Hazelcast should use CamelCase keys for its headers

2011-06-23 Thread Ioannis Polyzos (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13053930#comment-13053930 ] Ioannis Polyzos commented on CAMEL-4055: Claus sorry for the misunderstanding, my

[jira] [Created] (CAMEL-4146) Add a CamelContext Factory that should be used to create camel contexts

2011-06-23 Thread Guillaume Nodet (JIRA)
Add a CamelContext Factory that should be used to create camel contexts --- Key: CAMEL-4146 URL: https://issues.apache.org/jira/browse/CAMEL-4146 Project: Camel Issue Type:

[jira] [Created] (CAMEL-4145) pollEnrich DSL behaves differently depending on a possibly explicitly given timeout

2011-06-23 Thread Babak Vahdat (JIRA)
pollEnrich DSL behaves differently depending on a possibly explicitly given timeout --- Key: CAMEL-4145 URL: https://issues.apache.org/jira/browse/CAMEL-4145 Project:

[jira] [Updated] (CAMEL-4055) Hazelcast should use CamelCase keys for its headers

2011-06-23 Thread Ashwin Karpe (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashwin Karpe updated CAMEL-4055: Attachment: CAMEL-4055-updated.patch Hazelcast should use CamelCase keys for its headers

Re: source distributions....

2011-06-23 Thread Johan Edstrom
Single dist +1, sounds awesome. On Jun 23, 2011, at 7:11 AM, Eric Johnson wrote: +1 to a single source distro in a zip file. On Thu, Jun 23, 2011 at 9:07 AM, Hadrian Zbarcea hzbar...@gmail.com wrote: +1 from me as well for single source. I also believe zip is better than tgz. This would

[jira] [Created] (CAMEL-4147) Add support for lightweight OSGi deployment (without Spring, Blueprint, ...)

2011-06-23 Thread Gert Vanthienen (JIRA)
Add support for lightweight OSGi deployment (without Spring, Blueprint, ...) Key: CAMEL-4147 URL: https://issues.apache.org/jira/browse/CAMEL-4147 Project: Camel

[jira] [Commented] (CAMEL-4147) Add support for lightweight OSGi deployment (without Spring, Blueprint, ...)

2011-06-23 Thread Donald Whytock (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13054013#comment-13054013 ] Donald Whytock commented on CAMEL-4147: --- A few issues I've experienced with this: -

[jira] [Created] (CAMEL-4148) Message Router and Content-Based Router both share the same Router image

2011-06-23 Thread Robert Liguori (JIRA)
Message Router and Content-Based Router both share the same Router image Key: CAMEL-4148 URL: https://issues.apache.org/jira/browse/CAMEL-4148 Project: Camel Issue

[jira] [Updated] (CAMEL-4148) Message Router and Content-Based Router both share the same Router image

2011-06-23 Thread Robert Liguori (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Liguori updated CAMEL-4148: -- Description: The Message Router and Content-Based Router both share the same Router image:

[jira] [Commented] (CAMEL-4148) Message Router and Content-Based Router both share the same Router image

2011-06-23 Thread Richard Kettelerij (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13054085#comment-13054085 ] Richard Kettelerij commented on CAMEL-4148: --- Those images originate from the EIP

[jira] [Assigned] (CAMEL-4143) CxfPayload to Node conversion is not working properly

2011-06-23 Thread Willem Jiang (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4143: --- Assignee: Willem Jiang CxfPayload to Node conversion is not working properly