Re: Bundle is not compatible with this blueprint extender

2012-06-20 Thread Guillaume Nodet
Not sure what you mean by filter on the use clause. The use clause are on exported package and refer to imported packages, and afaik, there's no way to filter those. A good way to force a wiring is to add an import package to the one that is used, that way, the osgi resolver does not have any cho

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Romain Gilles
My be I'm wrong because Guillaume Nodet provides an interesting answer for a previous thread: *Object: Bundle is not compatible with this blueprint extender* *Message: Such a problem is not really a problem ;-) One possible reason is that you have multiple blueprint extenders deployed (so multiple

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Romain Gilles
It the night for me know, I will give you my patch tomorrow. Is it ok for you? You will have to checkout the tag 1.0.1.M01 from the eclipse git repository. Romain. 2012/6/20 Anthony Bargnesi > Romain, > > I believe I am seeing the initial scan problems with gemini-blueprint. > > The solution so

Re: Bundle is not compatible with this blueprint extender

2012-06-20 Thread Romain Gilles
Hi Guillaume, Is it possible to force the wiring to gemini-blueprint by a filter on the 'use' close? Romain. 2012/6/20 Romain Gilles > Thank you > ;) > > 2012/6/20 Romain Gilles > >> This is a good tip to know thank you. >> I m >> >> Romain. >> >> 2012/6/20 maaruks >> >>> I restarted karaf an

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Romain Gilles
Yes this patch includes the migration to spring 3.1.X Romain 2012/6/20 Anthony Bargnesi > Thanks Achim. I believe 1.0.1.M01 of gemini blueprint fixes this by > specifying version ranges > [3.0.0, 4.0). > > -tony > > > On Wed, Jun 20, 2012 at 4:48 PM, Achim Nierbeck > wrote: > >> Just one side

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Anthony Bargnesi
Romain, I believe I am seeing the initial scan problems with gemini-blueprint. The solution sounds good given the constraints. Could you share the patch? -tony On Wed, Jun 20, 2012 at 5:23 PM, Romain Gilles wrote: > On my side I have done something to support Aries and Gemini-Blueprint at > t

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Anthony Bargnesi
Thanks Achim. I believe 1.0.1.M01 of gemini blueprint fixes this by specifying version ranges [3.0.0, 4.0). -tony On Wed, Jun 20, 2012 at 4:48 PM, Achim Nierbeck wrote: > Just one side note :) > > afaik gemini 1.0 doesn't support Spring 3.1.1, you probably need also > need a never version of ge

Re: Bundle is not compatible with this blueprint extender

2012-06-20 Thread Romain Gilles
Thank you ;) 2012/6/20 Romain Gilles > This is a good tip to know thank you. > I m > > Romain. > > 2012/6/20 maaruks > >> I restarted karaf and blueprint starts now. >> >> -- >> View this message in context: >> http://karaf.922171.n3.nabble.com/Bundle-is-not-compatible-with-this-blueprint-exten

Re: Bundle is not compatible with this blueprint extender

2012-06-20 Thread Romain Gilles
This is a good tip to know thank you. I m Romain. 2012/6/20 maaruks > I restarted karaf and blueprint starts now. > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Bundle-is-not-compatible-with-this-blueprint-extender-tp4024898p4024910.html > Sent from the Karaf - User

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Romain Gilles
On my side I have done something to support Aries and Gemini-Blueprint at the same time. I don't remember if the enterprise specification allow 2 implementation of Blueprint at the same time. But one of the issue as soon as you are installing gemini-blueprint it try to scan all the bundle already i

Re: gemini blueprint in karaf 2.2.7

2012-06-20 Thread Achim Nierbeck
Just one side note :) afaik gemini 1.0 doesn't support Spring 3.1.1, you probably need also need a never version of gemini. regards, Achim 2012/6/20 Anthony Bargnesi : > Hi guys, > > I'm familiar with the work done in KARAF-928 > (https://issues.apache.org/jira/browse/KARAF-928) > to support gem

gemini blueprint in karaf 2.2.7

2012-06-20 Thread Anthony Bargnesi
Hi guys, I'm familiar with the work done in KARAF-928 ( https://issues.apache.org/jira/browse/KARAF-928) to support gemini-blueprint as a feature, however it is targeted for 3.0.0-SNAPSHOT. I'm looking to run spring 3.1.1 + gemini blueprint 1.0.0 in karaf 2.2.7. I have tried installing the gemin

ActiveMQ plug-in using activemq-bluepring

2012-06-20 Thread Rajbir Saini
Hi, Is it possible to configure ActiveMQ plug-in using activemq-blueprint? I search around but could not find a way to configure it. Thanks, Raj

Re: Error : Unresolved constraint in bundle

2012-06-20 Thread ramesh
On 06/20/2012 11:46 AM, Jean-Baptiste Onofré wrote: Hi Ramesh, The me.prettyprint.cassandra.model package is not available (at least in a version 1.x.x). Take a look about the packages exported: karaf@root> package:export|grep -i cassandra you will see if you have a bundle exporting this pa

Re: Error : Unresolved constraint in bundle

2012-06-20 Thread Jean-Baptiste Onofré
Hi Ramesh, The me.prettyprint.cassandra.model package is not available (at least in a version 1.x.x). Take a look about the packages exported: karaf@root> package:export|grep -i cassandra you will see if you have a bundle exporting this package. If not, you have to install the corresponding

Error : Unresolved constraint in bundle

2012-06-20 Thread ramesh
Greetings, I am getting this error, provided dependency. But not sure how to resolve this issue. org.osgi.framework.BundleException: Unresolved constraint in bundle invite-dao [167]: Unable to resolve 167.0: missing requirement [167.0] package; (&(package=me.prettyprint.cassandra.model)(versi

Re: Bundle is not compatible with this blueprint extender

2012-06-20 Thread maaruks
I restarted karaf and blueprint starts now. -- View this message in context: http://karaf.922171.n3.nabble.com/Bundle-is-not-compatible-with-this-blueprint-extender-tp4024898p4024910.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Registering servlet under alias=/ works, alias=/documents doesn't

2012-06-20 Thread Alexey Romanov
Sure. I could put it on Dropbox or send it by email. Yours, Alexey Romanov On Wed, Jun 20, 2012 at 11:25 AM, Achim Nierbeck [via Karaf] wrote: > Do you have a simple sample for us to reproduce this? > With this I could try to find out what could be the reason of it. > > regards, Achim > > 2012/

Re: Registering servlet under alias=/ works, alias=/documents doesn't

2012-06-20 Thread Achim Nierbeck
Do you have a simple sample for us to reproduce this? With this I could try to find out what could be the reason of it. regards, Achim 2012/6/20 Alexey Romanov : > I have a servlet which is registered using Declarative Services (in a normal, > non-WAB bundle). If I register it using `alias = /`,