Re: Installing WebConsole using OBR?

2009-01-22 Thread Allen Lau
Hi Felix, Just tried your snapshot, but I'm still having issues with Web Console 1.2.0. Basically I get the same error: -> obr deploy "Apache Felix Web Management Console";1.2.0 Unsatisfied requirement(s): --- (service=org.osgi.service.http.HttpService) Apache F

Re: Installing WebConsole using OBR?

2009-01-22 Thread Felix Meschberger
Hi Allen, I habe now fixed two issues in the Bundle Repository bundle, which relate to your problems. So if you update to the latest SNAPSHOT version (available from [1]) you should be able to deploy the web console in your setup. Regards Felix [1] http://people.apache.org/repo/m2-snapshot-repo

Re: Installing WebConsole using OBR?

2009-01-18 Thread Felix Meschberger
Hi Allen Allen Lau schrieb: > Hi Felix, > Thanks for explanation. As you suggested, I think (1) makes sense for the > short term. > > Although the 1.2.2 release is not available through > http://felix.apache.org/obr/releases.xml yet, I was able to add it to my > internal OBR setup and install

Re: Installing WebConsole using OBR?

2009-01-17 Thread Allen Lau
Hi Felix, Thanks for explanation. As you suggested, I think (1) makes sense for the short term. Although the 1.2.2 release is not available through http://felix.apache.org/obr/releases.xml yet, I was able to add it to my internal OBR setup and install it without issues. Allen On Sat, Jan 17,

Re: Installing WebConsole using OBR?

2009-01-17 Thread Felix Meschberger
Hi, The problem is a bit tricky to answer, unfortunately. One part of the problem is, that the management console registration declares, that a HttpService is required (not the API but an actual instance). But the Pax Web - Service, though actually registering a HttpService instance, is not seen

Installing WebConsole using OBR?

2009-01-16 Thread Allen Lau
I'm trying to install the Felix Web Management Console in Felix 1.4.1 using the obr client and this is popping up. -> obr deploy "Apache Felix Web Management Console" Unsatisfied requirement(s): --- (service=org.osgi.service.http.HttpService) Apache Felix Web Manag