On 1/24/11 3:25 PM, Rodolphe Rocca wrote:
Hi,

I'm using mina-core-2.0.2 and just got :

Good catch !

I have added a Null check in the loop :
...
                for (IoProcessor<S> ioProcessor : pool) {
                    if (ioProcessor == null) {
// Special case if the pool has not been initialized properly
                        continue;
                    }

Should do the trick.

Thanks for the report !

PS : What would be great next time is to create a JIRA for such a bug. It's easier for us (and for you too !) to keep a track of the problem...


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to