Re: FIleInstall --- Apache felix maven

2015-08-04 Thread andreafino
*Thank you Frank*. -- View this message in context: http://apache-felix.18485.x6.nabble.com/FIleInstall-Apache-felix-maven-tp5013917p5013944.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. - To unsu

How to install org.json bundle?

2015-08-04 Thread andreafino
HI all, I'm trying to use apache felix console. I have seen all the documentation about it and all the dependencies which the webconsole require. I have installed all the dependencies expect one: org.json. I put the .jar into the deploy folder (the folder that the file install monitor) but the fil

Re: How to install org.json bundle?

2015-08-04 Thread Frank Langel
Is org.json bundle an osgi bundle? On 8/4/15, 2:33 PM, "andreafino" wrote: >HI all, > >I'm trying to use apache felix console. I have seen all the documentation >about it and all the dependencies which the webconsole require. I have >installed all the dependencies expect one: org.json. I put the

Re: How to install org.json bundle?

2015-08-04 Thread Balázs Zsoldos
org.json does not have osgi manifest headers by default. I repackaged it and uploaded it to maven central: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22org.everit.osgi.bundles.org.json%22 Try tbat and it will work HI all, I'm trying to use apache felix console. I have seen all the documentat

Re: How to install org.json bundle?

2015-08-04 Thread Frank Lyaruu
If I'm not mistaken, there is also a 'all-in-one' version of the webconsole bundle, that does not have that dependency (I guess it embeds a few other jars), that might make things easier for you. regards, Frank On Tue, Aug 4, 2015 at 2:41 PM, Frank Langel wrote: > Is org.json bundle an osgi bun

Re: How to install org.json bundle?

2015-08-04 Thread Jean-Baptiste Onofré
org.json is not an OSGi bundle AFAIR: you have to embed in your bundle (as Private-Package), or use the org.json bundle provided at ServiceMix. Regards JB On 08/04/2015 02:33 PM, andreafino wrote: HI all, I'm trying to use apache felix console. I have seen all the documentation about it and a

Re: How to install org.json bundle?

2015-08-04 Thread andreafino
No I think it is a java bundle -- View this message in context: http://apache-felix.18485.x6.nabble.com/How-to-install-org-json-bundle-tp5013949p5013953.html Sent from the Apache Felix - Users mailing list archive at Nabble.com.

Re: How to install org.json bundle?

2015-08-04 Thread andreafino
Thanks you -- View this message in context: http://apache-felix.18485.x6.nabble.com/How-to-install-org-json-bundle-tp5013949p5013955.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. - To unsubscribe

Can't access to http://localhost:8888/system/console

2015-08-04 Thread andreafino
Hi I have installed apache felix web console but i can't access. I ha followed the documentation page and i have created the org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg file but it doesn't work. This i the content of my file: /manager.root=/system/console default.ren

Re: Can't access to http://localhost:8888/system/console

2015-08-04 Thread ismail berrada
Hi what kind of http error do you have ?Have you checked logs files ? regards Le Mardi 4 août 2015 15h17, andreafino a écrit : Hi I have installed apache felix web console but i can't access. I ha followed the documentation page and i have created the org.apache.felix.webconso

Re: Can't access to http://localhost:8888/system/console

2015-08-04 Thread Neil Bartlett
Please clarify what you mean by “it doesn’t work”. How do you know it doesn’t work? What did you expect to happen, and what actually happened? If there was an error message, what was it?? Neil > On 4 Aug 2015, at 14:17, andreafino wrote: > > Hi > > I have installed apache felix web console