Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-23 Thread Dejan Bosanac
Hi, I finished initial implementation of the new osgi integration for the broker. There's more info about it in the comment to the https://issues.apache.org/jira/browse/AMQ-4034. There's still more work to be done (tasks are also listed in the comment). When you find time, it'd be good to give it

Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-23 Thread Hiram Chirino
Nice job! On Wed, Jan 23, 2013 at 9:03 AM, Dejan Bosanac de...@nighttale.net wrote: Hi, I finished initial implementation of the new osgi integration for the broker. There's more info about it in the comment to the https://issues.apache.org/jira/browse/AMQ-4034. There's still more work to

ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-15 Thread Claus Ibsen
Hi So it seems that the various ActiveMQ components is now regular JAR files, and there is a new uber OSGi bundle in activemq-osgi (4.5mb). So what's the store about that? I can only assume OSGi pain with all the fine grained bundles, and making an uber bundle fixes all that. It looks like the

Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-15 Thread Gary Tully
the osgi support is a work in progress atm. An uber jar in karaf is the first step, the easiest thing to get working with automated tests. We need to look at taking advantage of the new modules such that the deployment footprint in karaf can be reduced. Ie such that a simple jms client can just

Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-15 Thread Jean-Baptiste Onofré
Hi I would be please to help on this ! Regards JB On 01/15/2013 12:54 PM, Gary Tully wrote: the osgi support is a work in progress atm. An uber jar in karaf is the first step, the easiest thing to get working with automated tests. We need to look at taking advantage of the new modules such

Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-15 Thread Dejan Bosanac
Hi, I'm just working on setting a karaf testing support. I hope to commit something soon, so we can take it from there. Any help is welcomed :) Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog:

Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-15 Thread Jean-Baptiste Onofré
It sounds great. Do you use karaf-pax-exam ? Let me know (on IRC) how I can help. Regards JB On 01/15/2013 01:19 PM, Dejan Bosanac wrote: Hi, I'm just working on setting a karaf testing support. I hope to commit something soon, so we can take it from there. Any help is welcomed :) Regards

Re: ActiveMQ 5.8 - OSGi - Uber bundle now

2013-01-15 Thread Dejan Bosanac
I just pushed the first stab of the karaf integration testing, based on Hiram's work and what's done in Camel. You can take a look at activemq-karaf-itest module. There's a ton of work in there and any idea/help is more then welcomed. We can chat tomorrow on how to proceed and split the work. We