Re: I can deploy a jar(Sudoku) in Karaf 3 but can't use it .. why ?

2014-06-01 Thread lionceau
OMG , i understand why .. because i use the aQute.sudoku.jar and i sould use this aQute.webrpc.jar link . Then , when i use aQute.sudoku.jar, I have the same problem , i can't run the bundle When i use aQute.webrpc.jar I have this error : karaf@ro

Re: I can deploy a jar(Sudoku) in Karaf 3 but can't use it .. why ?

2014-06-01 Thread Jean-Baptiste Onofré
The bundle requires SCR (the package org.osgi.service.component is provided by Felix SCR). So try to install the scr feature first: feature:install scr and after try to start your bundle, it should be better. Regards JB On 06/01/2014 08:57 PM, lionceau wrote: OMG , i understand why .. becaus

Re: I can deploy a jar(Sudoku) in Karaf 3 but can't use it .. why ?

2014-06-01 Thread lionceau
Thank you very much. Now it's working well. -- View this message in context: http://karaf.922171.n3.nabble.com/I-can-deploy-a-jar-Sudoku-in-Karaf-3-but-can-t-use-it-why-tp4033368p4033373.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: I can deploy a jar(Sudoku) in Karaf 3 but can't use it .. why ?

2014-06-01 Thread Jean-Baptiste Onofré
You're welcome. I advice you to take a look on the Karaf user guide and OSGi specification to understand some core concepts: it will help you to understand what's going on in the container. I have an introduction "training" material for both OSGi and Karaf, I will check if I can put it on th

Re: I can deploy a jar(Sudoku) in Karaf 3 but can't use it .. why ?

2014-06-03 Thread lionceau
I am sorry to come back to your anwser.. Because my apologizes, I really don't know why .. I have changed nothing from yesterday , but I have a problem , when I check every things are installed and ready, I go to http://localhost:8080/rpc/sudoku/ and the link don't work , why ? Every thing is

Re: I can deploy a jar(Sudoku) in Karaf 3 but can't use it .. why ?

2014-06-03 Thread lionceau
OMG , I think i have to stop to drink too much coffee .. , because my problem , was that : http://localhost:8080/rpc/sudoku/index.html from https://platform.netbeans.org/tutorials/nbm-osgi-quickstart.html with Apache Karaf i must use : http://localhost:8181/rpc/sudoku/index.html Even now i can't