Re: Blueprint or DS or what to use?

2016-03-18 Thread Timothy Ward
Hi, From an OSGi standards perspective it’s worth pointing out that the Blueprint specification has not been touched since it was first released in OSGi 4.2. There are a few proposed extension RFCs for Blueprint, but none have seen much activity in five years or more. Declarative Services, how

Re: javax/annotation/Priority is missing

2016-03-18 Thread Christian Lutz
Hello Micheal, yes this fixed my problem. Is there a reason why this hasnt been fixed, already? Even I didnt find an issue for it. Christian. > Am 15.03.2016 um 17:31 schrieb Michael Täschner : > > Hi Christian, > > set javax.annotation to version 1.1 and it will resolve against the > anno

Re: Getting interceptor annotations to work with DOSGi

2016-03-18 Thread Christian Schneider
As far as I know the interceptor annotations are not suitable for DOSGi. Christian 2016-03-16 19:14 GMT+01:00 Doug : > I'm currently trying to get interceptor annotations to work to set up > ws-security with DOSGi. Initially it was throwing error that my interceptor > class wasn't found when I u

Re: Karaf assembly

2016-03-18 Thread conejo
It works perfectly. Thank you. -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-assembly-tp4045816p4045821.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Blueprint or DS or what to use?

2016-03-18 Thread Guillaume Nodet
Fwiw, Aries Blueprint now has almost full support for Spring namespaces and Spring-DM bundles, you simply need to deploy blueprint, spring and the blueprint-spring + blueprint-spring-extender bundles. 2016-03-18 11:24 GMT+01:00 akuhtz : > Hello, > > I've an application running with spring-dm and

Re: Blueprint or DS or what to use?

2016-03-18 Thread akuhtz
Hello, Thank you for all the helpful answers and pointers! I'll try to go first with the solution proposed by Guillaume and see if I get it working. Regards, Andreas 2016-03-18 14:10 GMT+01:00 CLEMENT Jean-Philippe [via Karaf] < ml-node+s922171n4045858...@n3.nabble.com>: > We use Blueprint mai

Getting interceptor annotations to work with DOSGi

2016-03-18 Thread Doug
I'm currently trying to get interceptor annotations to work to set up ws-security with DOSGi. Initially it was throwing error that my interceptor class wasn't found when I used cxf-core jar. When I switched to use cxf-api jar that went away. Now it's not giving me any errors, but the interceptor s

Re: Blueprint or DS or what to use?

2016-03-18 Thread Charlie Mordant
Let introduce an other player: Pax-CDI! It is fully annotation based and a well known JavaEE standard with some additional annotations to deal with OSGi services. I really prefer this way for development. I'm used to deal with these 3 technologies and here are the case where I use one or another: