dev@glassfish.java.net

Re: OSGi Services in GlassFish 3.1

From: Richard S. Hall <heavy_at_ungoverned.org>
Date: Tue, 15 Feb 2011 18:59:32 -0500

On 2/15/11 5:19 PM, PostMasteR wrote:
> Hi *,
>
> I just installed the latest Felix WebConsole to have a look inside the
> OSGi stuff and what is possible to eventually make up additional tools
> that might help during development of OSGi bundles.
>
> So, I noticed that some services are not (yet) available and I would
> like to have some pointers to available implementations (if there are any):
>
> * Permission Admin
> * Conditional Permission Admin
> * Wire Admin
> * Log Service

Since GlassFish just runs on top of an OSGi framework, you should just
be able to install implementations of the services you want to use. The
permission-related ones might be a little trickier, but technically they
should work I believe.

-> richard

> Thanx for any hints,
>
> PMR