Done! Filled up as issue 88
https://grizzly.dev.java.net/issues/show_bug.cgi?id=88
Simon
-----Original Message-----
From: Jeanfrancois.Arcand_at_Sun.COM [mailto:Jeanfrancois.Arcand_at_Sun.COM]
Sent: March-06-08 11:36 AM
To: users_at_grizzly.dev.java.net
Subject: Re: [bug] No controller assigned to the connectorHandler
Simon Trudeau wrote:
> Jean-François, just to make sure we are clear on this, do you want me to fill in the bug report or will you do it?
>
Just do it :-)
Thanks!
--Jeanfrancois
> Thanks,
>
> Simon
>
> -----Original Message-----
> From: Jeanfrancois.Arcand_at_Sun.COM [mailto:Jeanfrancois.Arcand_at_Sun.COM]
> Sent: March-06-08 10:37 AM
> To: users_at_grizzly.dev.java.net
> Subject: Re: [bug] No controller assigned to the connectorHandler
>
>
>
> Simon Trudeau wrote:
>> When we obtain a connector from a selectorHandler, no controller is
>> assigned to the connector.
>>
>> connectorHandler = selectorHandler.acquireConnectorHandler();
>>
>> connectorHandler.getController() will return null.
>>
>>
>> I think this is bug (a small one) and
>> selectorHandler.acquireConnectorHandler() should also set the
>> connectorHandler's controller.
>>
>> As a work around one needs to do:
>>
>> connectorHandler = selectorHandler.acquireConnectorHandler();
>> connectorHandler.setController(myController);
>
> Agree this is a bug!
>
>>
>>
>>
>>
>> By the way, what is the right channel for users to report bugs?
>
> https://grizzly.dev.java.net/servlets/ProjectIssues
>
> Thanks!
>
> -- Jeanfrancois
>
>>
>>
>> Simon
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
For additional commands, e-mail: users-help_at_grizzly.dev.java.net