| protected void checkClosed() throws IllegalStateException
| {
| if (references.get() < 0)
| throw new IllegalStateException("Closed " + this);
| }
Shouldn't there be a <= 0 condition?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982350#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...