Re: [Discuss] How to do JMX in Apache Camel?

2011-10-18 Thread Claus Ibsen
Hi On Mon, Oct 17, 2011 at 3:03 PM, Christian Schneider cschneider...@googlemail.com wrote: Hi all, I recently had to dive quite deep into the Camel JMX annotations and their implementation. In fact much deeper then I had wanted :-) The problem was that I needed to find a way to send

Re: 2.8.x builds tomorrow maybe?

2011-10-18 Thread Claus Ibsen
Just to not shoot us in the foot. So Camel 2.8.2 uses Karaf 2.2.4, which uses Spring 3.0.6. And in the past we had this trouble with Spring 3.0.5 / Spring 3.0.6. I assume the CXF version (Is it 2.4.3) uses Spring 3.0.6 as well. So all the Spring 3.0.5 vs Spring 3.0.6 issue is not a problem on

[jira] [Created] (CAMEL-4557) camel-archerype-blueprint creates the blueprint file with a wrong name space location

2011-10-18 Thread Charles Moulliard (Created) (JIRA)
camel-archerype-blueprint creates the blueprint file with a wrong name space location - Key: CAMEL-4557 URL: https://issues.apache.org/jira/browse/CAMEL-4557

Re: [Discuss] How to do JMX in Apache Camel?

2011-10-18 Thread Claus Ibsen
Hi There is a JIRA ticket from the community about adding interfaces for the various MBean we have in camel-core https://issues.apache.org/jira/browse/CAMEL-4468 I assume those interface would transpose to the MXBeans beans you refer to? That would be a good idea to have both the interfaces and

[jira] [Assigned] (CAMEL-4538) Make CamelTestSupport return Registry instead of JndiRegistry in createRegistry method

2011-10-18 Thread Claus Ibsen (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4538: -- Assignee: Claus Ibsen Make CamelTestSupport return Registry instead of JndiRegistry in

[jira] [Work started] (CAMEL-4557) camel-archerype-blueprint creates the blueprint file with a wrong name space location

2011-10-18 Thread Charles Moulliard (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on CAMEL-4557 started by Charles Moulliard. camel-archerype-blueprint creates the blueprint file with a wrong name space location

[jira] [Updated] (CAMEL-4557) camel-archerype-blueprint creates the blueprint file with a wrong name space location

2011-10-18 Thread Charles Moulliard (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Moulliard updated CAMEL-4557: - Component/s: tooling Fix Version/s: 2.9.0 camel-archerype-blueprint creates

Re: [Discuss] How to do JMX in Apache Camel?

2011-10-18 Thread Christian Schneider
It would be great to be able to use both but I think that will not work. The MBeanAssembler only reads the annotations if the object is not already an MBean or MXBean. So if there is an interface then the annotations do not work anymore. Sio we have to decide for one way to do this. Of course

Re: [Discuss] How to do JMX in Apache Camel?

2011-10-18 Thread Claus Ibsen
On Tue, Oct 18, 2011 at 9:08 AM, Christian Schneider ch...@die-schneider.net wrote: It would be great to be able to use both but I think that will not work. The MBeanAssembler only reads the annotations if the object is not already an MBean or MXBean. So if there is an interface then the

[jira] [Reopened] (CAMEL-4557) camel-archerype-blueprint creates the blueprint file with a wrong name space location

2011-10-18 Thread Claus Ibsen (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reopened CAMEL-4557: camel-archerype-blueprint creates the blueprint file with a wrong name space location

[jira] [Resolved] (CAMEL-4557) camel-archerype-blueprint creates the blueprint file with a wrong name space location

2011-10-18 Thread Claus Ibsen (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4557. Resolution: Fixed Fix Version/s: 2.8.2 Backported to 2.8.2 as well.

Re: [Discuss] How to do JMX in Apache Camel?

2011-10-18 Thread Christian Schneider
Am 18.10.2011 09:35, schrieb Claus Ibsen: On Tue, Oct 18, 2011 at 9:08 AM, Christian Schneider ch...@die-schneider.net wrote: It would be great to be able to use both but I think that will not work. The MBeanAssembler only reads the annotations if the object is not already an MBean or MXBean.

Re: The new command aliases in Karaf 2.2.4

2011-10-18 Thread Jean-Baptiste Onofré
What do you think about packages:* commands ? Does it make sense to rename it to package:* ? Regards JB On 10/17/2011 12:20 PM, Ioannis Canellos wrote: +1 on the singular. Moreover, it will save you aTAB when you are using auto completion :-D -- Jean-Baptiste Onofré jbono...@apache.org

Re: The new command aliases in Karaf 2.2.4

2011-10-18 Thread Claus Ibsen
On Tue, Oct 18, 2011 at 11:00 AM, Jean-Baptiste Onofré j...@nanthrax.net wrote: What do you think about packages:* commands ? Does it make sense to rename it to package:* ? I think the Karaf community is to be asked :) Yeah I like singular as consistency. But for already released and used

Re: The new command aliases in Karaf 2.2.4

2011-10-18 Thread Jean-Baptiste Onofré
Hi Claus, it's my plan: leave packages:* command as it is on karaf-2.2.x branch, but change it on trunk (to be consistent). Regards JB On 10/18/2011 11:11 AM, Claus Ibsen wrote: On Tue, Oct 18, 2011 at 11:00 AM, Jean-Baptiste Onofréj...@nanthrax.net wrote: What do you think about

Re: The new command aliases in Karaf 2.2.4

2011-10-18 Thread Ioannis Canellos
That makes sense! -- *Ioannis Canellos* * FuseSource http://fusesource.com ** Blog: http://iocanel.blogspot.com ** Apache Karaf http://karaf.apache.org/ Committer PMC Apache ServiceMix http://servicemix.apache.org/ Committer Apache Gora http://incubator.apache.org/gora/ Committer *

Re: 2.8.x builds tomorrow maybe?

2011-10-18 Thread Daniel Kulp
On Tuesday, October 18, 2011 8:14:54 AM Claus Ibsen wrote: Just to not shoot us in the foot. So Camel 2.8.2 uses Karaf 2.2.4, which uses Spring 3.0.6. And in the past we had this trouble with Spring 3.0.5 / Spring 3.0.6. I assume the CXF version (Is it 2.4.3) uses Spring 3.0.6 as well. So

[jira] [Commented] (CAMEL-4538) Make CamelTestSupport return Registry instead of JndiRegistry in createRegistry method

2011-10-18 Thread Claus Ibsen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13129668#comment-13129668 ] Claus Ibsen commented on CAMEL-4538: Thanks for the new patch. Unfortunately there is

[jira] [Assigned] (CAMEL-4465) Add OSGi integration for camel-sql

2011-10-18 Thread Claus Ibsen (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-4465: -- Assignee: Claus Ibsen (was: Jean-Baptiste Onofré) Add OSGi integration for camel-sql

Re: 2.8.x builds tomorrow maybe?

2011-10-18 Thread Christian Schneider
I succesfully tested camel-2.8.x with karaf 2.2.4 so it should work. Christian Am 18.10.2011 08:14, schrieb Claus Ibsen: Just to not shoot us in the foot. So Camel 2.8.2 uses Karaf 2.2.4, which uses Spring 3.0.6. And in the past we had this trouble with Spring 3.0.5 / Spring 3.0.6. I assume

[jira] [Resolved] (CAMEL-4465) Add OSGi integration for camel-sql

2011-10-18 Thread Claus Ibsen (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4465. Resolution: Fixed Thanks for the patch. OSGi unit tests is always welcome :) Add

[jira] [Resolved] (CAMEL-4461) Add OSGi integration for camel-hazelcast

2011-10-18 Thread Claus Ibsen (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-4461. Resolution: Fixed Add OSGi integration for camel-hazelcast

Re: 2.8.1 build error

2011-10-18 Thread Mike Van
Freeman, Thanks for linking the responses to my older question. I must have missed the original response. :-) Freeman-2 wrote: Hi, upgrade to latest JDK should fix, more discussion about this issue from [1] [1]http://camel.465427.n5.nabble.com/Compile-Exception-2-8-1-td4884516.html

[jira] [Assigned] (CAMEL-4543) Camel Blueprint support is limited/hardcoded to Aries

2011-10-18 Thread Hadrian Zbarcea (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hadrian Zbarcea reassigned CAMEL-4543: -- Assignee: Hadrian Zbarcea Camel Blueprint support is limited/hardcoded to Aries

[jira] [Updated] (CAMEL-4549) Add support for PGP to camel-crypto

2011-10-18 Thread Adam (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam updated CAMEL-4549: Attachment: pgpcrypto.patch missed public modifiers in utility class. Add support for PGP to

Re: The new command aliases in Karaf 2.2.4

2011-10-18 Thread Hadrian Zbarcea
JB, can you make package an alias for packages, i.e. support both on 2.2.x? I prefer the singular too, there seems to be consensus on that. Hadrian On 10/18/2011 05:13 AM, Jean-Baptiste Onofré wrote: Hi Claus, it's my plan: leave packages:* command as it is on karaf-2.2.x branch, but change

[jira] [Updated] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Richard Burton (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Burton updated CAMEL-4558: -- Attachment: Modified_the_RedeliveryErrorHandler_to_favor_REDELIVERY_DELAY_header_.patch The

[jira] [Created] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Richard Burton (Created) (JIRA)
Created support to provide the RedeliveryDelay via Message#getHeader(..) Key: CAMEL-4558 URL: https://issues.apache.org/jira/browse/CAMEL-4558 Project: Camel Issue

[jira] [Assigned] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Edstrom Johan (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edstrom Johan reassigned CAMEL-4558: Assignee: Edstrom Johan Created support to provide the RedeliveryDelay via

[jira] [Resolved] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Edstrom Johan (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edstrom Johan resolved CAMEL-4558. -- Resolution: Fixed Fix Version/s: 2.9.0 Fixed in trunk. Created

[jira] [Updated] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Daniel Kulp (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CAMEL-4558: --- Fix Version/s: 2.8.2 Created support to provide the RedeliveryDelay via Message#getHeader(..)

[jira] [Assigned] (CAMEL-4547) Add camelContextId to the mdc logging keys

2011-10-18 Thread Willem Jiang (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CAMEL-4547: --- Assignee: Willem Jiang Add camelContextId to the mdc logging keys

Re: [VOTE] Release Camel 2.7.4

2011-10-18 Thread Hadrian Zbarcea
+1 Hadrian On 10/17/2011 05:12 PM, Daniel Kulp wrote: This is a vote to release Camel 2.7.4. 2.7.4 contains fixes for over 11 JIRA issues that would be good to get into the hands of Camel users. Please find the staging repo here:

[jira] [Updated] (CAMEL-4556) NettyProducer creating new connection on every message

2011-10-18 Thread Matthew McMahon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew McMahon updated CAMEL-4556: --- Description: Using a NettyProducer without the disconnect=true configuration is causing the

[VOTE] Release Camel 2.8.2

2011-10-18 Thread Daniel Kulp
This is a vote to release Camel 2.8.2. 2.8.2 contains fixes for over 100 JIRA issues that would be good to get into the hands of Camel users. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapachecamel-077/ The tarballs are here

Re: [VOTE] Release Camel 2.7.4

2011-10-18 Thread Christian Schneider
+1 Christian Am 17.10.2011 23:12, schrieb Daniel Kulp: This is a vote to release Camel 2.7.4. 2.7.4 contains fixes for over 11 JIRA issues that would be good to get into the hands of Camel users. Please find the staging repo here:

Re: The new command aliases in Karaf 2.2.4

2011-10-18 Thread Jean-Baptiste Onofré
Good idea Hadrian, I will add the aliases package:* on Karaf 2.2.x, and rename on trunk (Karaf 3.0). Regards JB On 10/18/2011 09:23 PM, Hadrian Zbarcea wrote: JB, can you make package an alias for packages, i.e. support both on 2.2.x? I prefer the singular too, there seems to be consensus

Re: [VOTE] Release Camel 2.7.4

2011-10-18 Thread Jean-Baptiste Onofré
+1 (non-binding) Tested with Karaf 2.2.2. Regards JB On 10/17/2011 11:12 PM, Daniel Kulp wrote: This is a vote to release Camel 2.7.4. 2.7.4 contains fixes for over 11 JIRA issues that would be good to get into the hands of Camel users. Please find the staging repo here:

[jira] [Commented] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Claus Ibsen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130370#comment-13130370 ] Claus Ibsen commented on CAMEL-4558: Remember to update the documentation. And

[jira] [Commented] (CAMEL-4558) Created support to provide the RedeliveryDelay via Message#getHeader(..)

2011-10-18 Thread Claus Ibsen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130371#comment-13130371 ] Claus Ibsen commented on CAMEL-4558: Richard can you re-submit the patch and this time

Re: [VOTE] Release Camel 2.8.2

2011-10-18 Thread Claus Ibsen
Hi Just a minor observation The patch from which was backported to 2.8.2 https://issues.apache.org/jira/browse/CAMEL-4558 Was not granted license to Apache. I have asked the contributor to re-submit the patch. On Wed, Oct 19, 2011 at 5:17 AM, Daniel Kulp dk...@apache.org wrote: This is a