RE: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Matthew Shaw
dle in your karaf runtime. Cheers, Matt. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Tuesday, 26 September 2017 12:47 AM To: users@camel.apache.org Subject: Re: activemq component osgi classnotfound platformtransacitonmanager On Mon, Sep 25, 2017 at 2:27 PM,

Re: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Claus Ibsen
nal Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Monday, 25 September 2017 10:21 PM > To: users@camel.apache.org > Subject: Re: activemq component osgi classnotfound platformtransacitonmanager > > Running in OSGi is not easy with the complex classloading, so try to avo

RE: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Matthew Shaw
st the activemq component that is causing me problems. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Monday, 25 September 2017 10:21 PM To: users@camel.apache.org Subject: Re: activemq component osgi classnotfound platformtransacitonmanager Running in OSGi is no

Re: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Claus Ibsen
ing, can you offer any further insight please? > > Cheers, > Matt. > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Monday, 25 September 2017 6:39 PM > To: users@camel.apache.org > Subject: Re: activemq component osgi classnotfound p

RE: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Matthew Shaw
om: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Monday, 25 September 2017 6:39 PM To: users@camel.apache.org Subject: Re: activemq component osgi classnotfound platformtransacitonmanager Hi When using OSGi then its recommended to use camel-blueprint to setup Camel with OSGi. There is a bunch of stuf

RE: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Matthew Shaw
Thanks Claus, I'm using declarative services, not blueprint. I'll check out the reference book. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Monday, 25 September 2017 6:39 PM To: users@camel.apache.org Subject: Re: activemq component osgi cla

Re: activemq component osgi classnotfound platformtransacitonmanager

2017-09-25 Thread Claus Ibsen
Hi When using OSGi then its recommended to use camel-blueprint to setup Camel with OSGi. There is a bunch of stuff you otherwise need to do yourself if you dont do that. Take a look at some of the osgi and blueprint examples from Apache Camel. There is also external examples from JBoss Fuse on u