users@grizzly.java.net

Re: Grizzly HttpService bundle and gmbal

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Fri, 12 Oct 2012 12:38:10 +0200

Hi Jonathan,

gmbal is needed for JMX monitoring.
The gmbal version Grizzly depends on is not deployed to maven central
(it used to use different maven repo).
I will upgrade the gmbal dep. version to one which is available on maven
central, so there will be no issues w/ that.
It will be fixed in 2.2.19.

Thanks.

WBR,
Alexey.

On 10/12/2012 11:50 AM, jonathan wrote:
> Hello,
>
> I am using the Grizlly HttpService Bundle (2.2.18) in order to create
> websocket and I got a problem with the org.glassfish.gmbal dependency.
> I couldn't find a bundle that provides it, I end up refactoring the
> pom with an explicit !org.glassfish.gmbal* in the import-package
> section. The HttpService seems to work well without that dependency,
> as well as the websocket. So I was wondering if that dependency was
> really necessary ?
>
> Thanks!
>
> ---
> Jonathan Bardin