Re: ActiveMQ and Camel 2.17.x on Karaf

2017-01-23 Thread Krzysztof Sobkowiak
Embedding xbean-spring bundle into activemq-osgi solves the problem with Camel 2.17.x and 2.18.x. I have created an Issue in ActiveQM (AMQ-6576) and a pull request with the fix. Hope it will solve the problem (and make no new problems :-) ). I have tested the modified ActiveQM with ServiceMix

Re: ActiveMQ and Camel 2.17.x on Karaf

2017-01-23 Thread Krzysztof Sobkowiak
Hi I have performed some analysis for 2.17.5 (for 2.18.x problem looks more complicated) karaf@root()> feature:repo-add camel 2.17.5 Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.17.5/xml/features karaf@root()> feature:repo-add activemq 5.14.3 Adding feature url

Re: ActiveMQ and Camel 2.17.x on Karaf

2017-01-18 Thread Sobkowiak Krzysztof
Btw, this trick with camel-cxf doesn't help with Camel 2.18.x. I think, there was a change in Camel 2.17.3 which helped with this problem (but not completely yet), but the change is not available in 2.18.x (I tried current snapshot and it didn't help too). It looks like this change has helped

Re: ActiveMQ and Camel 2.17.x on Karaf

2017-01-18 Thread Krzysztof Sobkowiak
My mistake. This problem still happens in the sample steps below - the exception still occurs after Karaf restart and broker doesn't start. But adding camel-cxf seems to fix this problem feature:install camel camel-blueprint camel-jms camel-cxf activemq-camel activemq-broker-noweb

Re: ActiveMQ and Camel 2.17.x on Karaf

2017-01-14 Thread Krzysztof Sobkowiak
Hi I could successfully install Camel 2.17.3 and ActiveMQ 5.14.3 on Karaf 4.0.8 (also 4.0.7): __ __ / //_/ __ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-30 Thread IODB
Can somebody refer me to the relevant Jira issue, so I can track its progress? Thanks -- View this message in context: http://karaf.922171.n3.nabble.com/ActiveMQ-and-Camel-2-17-x-on-Karaf-tp4046427p4048863.html Sent from the Karaf - Dev mailing list archive at Nabble.com.

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Jean-Baptiste Onofré
Hi Krzysztof I gonna work on this. Thanks ! Regards JB On 11/27/2016 04:10 PM, Krzysztof Sobkowiak wrote: Additional observation: Installing the activemq components leads to installation of 3 versions of Spring bundles la --- 96 | Active | 30 | 3.2.17.RELEASE_1 |

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Krzysztof Sobkowiak
Additional observation: Installing the activemq components leads to installation of 3 versions of Spring bundles la --- 96 | Active | 30 | 3.2.17.RELEASE_1 | Apache ServiceMix :: Bundles :: spring-aop 97 | Active | 30 | 4.1.7.RELEASE_2| Apache

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Krzysztof Sobkowiak
I have just added following entry to activemq-osgi pom file in current ActiveMQ master org.apache.xbean.spring.context.v2;resolution:=optional;version="[3.13,5)", The problem still exists, but everything looks ok with the wiring: karaf@root()> exports | grep org.apache.xbean.spring.context.v2

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread IODB
Indeed, the problem still occurs with ActiveMQ 5.15.0-SNAPSHOT. Interestingly enough, it looks like the error only occurs when restarting after camel-jms is installed. I'd be perfectly happy using activemq blueprint, but couldn't find much documentation about how to set it up. Also, I've tried

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Jean-Baptiste Onofré
Hi Krzysztof yup, it sounds like a missing import. I gonna take a look later today. Regards JB On 11/27/2016 01:54 PM, Krzysztof Sobkowiak wrote: Hi I have tested it yesterday again on Karaf 4.0.7 with Camel 2.17.3 and ActiveMQ 5.14.1 and I can install activemq-broker an activemq-camel.

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Krzysztof Sobkowiak
Hi I have tested it yesterday again on Karaf 4.0.7 with Camel 2.17.3 and ActiveMQ 5.14.1 and I can install activemq-broker an activemq-camel. But after restart I get following error Caused by: java.lang.ClassNotFoundException: org.apache.xbean.spring.context.v2.XBeanNamespaceHandler not found

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Jean-Baptiste Onofré
Hi Christian, Please, ping me tomorrow we can sync/work together on that. Regards JB On 11/27/2016 09:05 AM, Christian Schneider wrote: My fixes were only touching activemq blueprint. I did not check the ActiveMQ spring support. This might be very relevant for TESB though. I will look into it

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-27 Thread Christian Schneider
My fixes were only touching activemq blueprint. I did not check the ActiveMQ spring support. This might be very relevant for TESB though. I will look into it tomorrow. Christian 2016-11-27 6:18 GMT+01:00 Jean-Baptiste Onofré : > Hi, > > Christian did some fixes recently. Did

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-26 Thread Jean-Baptiste Onofré
Hi, Christian did some fixes recently. Did you check with a ActiveMQ SNAPSHOT ? Regards JB On 11/26/2016 09:44 PM, IODB wrote: Issue still exists with ActiveMQ 5.14.1 - Camel 2.18.0 - Karaf 4.0.7 -- View this message in context:

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-11-26 Thread IODB
Issue still exists with ActiveMQ 5.14.1 - Camel 2.18.0 - Karaf 4.0.7 -- View this message in context: http://karaf.922171.n3.nabble.com/ActiveMQ-and-Camel-2-17-x-on-Karaf-tp4046427p4048826.html Sent from the Karaf - Dev mailing list archive at Nabble.com.

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-07-18 Thread shoaibjdev
Hi jbonofre, I'm also stuck with the same issue described by /Krzysztof Sobkowiak/. If you find time please look into it as it seems to be broken dependencies and I fear to remove any version of spring which got installed bundled with activemq-camel as it might broke my other bundles. --

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-06-13 Thread Jean-Baptiste Onofré
Hi Krzysztof I will resume my work on it. I will keep you posted soon. Regards JB On 06/12/2016 09:34 PM, Krzysztof Sobkowiak wrote: Hi Any news about this problem? Regards Krzysztof On 28.04.2016 21:21, Krzysztof Sobkowiak wrote: It looks like it's again the problem with installing of

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-06-12 Thread Krzysztof Sobkowiak
Hi Any news about this problem? Regards Krzysztof On 28.04.2016 21:21, Krzysztof Sobkowiak wrote: > It looks like it's again the problem with installing of multiple Spring > versions while ActiveMQ bundles are already present in Karaf. Spring > 3.2.14.RELEASE_1 was already installed with the

Re: ActiveMQ and Camel 2.17.x on Karaf 3.x

2016-05-20 Thread Jean-Baptiste Onofré
Hi, As discussed on IRC, it's not surprising ;) I have a change that need a couple of polish and test. I will let you know when complete. Regards JB On 05/19/2016 11:26 PM, Krzysztof Sobkowiak wrote: Hi Almost a month ago I have described a problem with ActiveMQ and Camel 2.17.x on Karaf

Re: ActiveMQ and Camel 2.17.x on Karaf

2016-04-28 Thread Krzysztof Sobkowiak
It looks like it's again the problem with installing of multiple Spring versions while ActiveMQ bundles are already present in Karaf. Spring 3.2.14.RELEASE_1 was already installed with the broker and now all other Spring versions are installed with activemq-camel feature. karaf@root()>