On 01/25/2011 04:28 PM, Emmanuel Lecharny wrote:
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...

No problem : I'll do that next time.

Reply via email to