dev@glassfish.java.net

Re: WebSniffer and OSGi

From: Roberto Chinnici <Roberto.Chinnici_at_Sun.COM>
Date: Fri, 25 Apr 2008 14:53:32 -0700

Jerome Dochez wrote:
> Roberto, in general, you sniffer does not need to depend on your
> container module. The sniffers responsibilities are just to install
> the container (maybe downloading it) and return the container main
> modules. After that the sniffer has the give the name of the container
> class as a string which will be looked up in the modules returned by
> setup().

I've done that and it works. Thanks.