[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: InterruptedException not being cleared?
david.lloyd@jboss.com
do-not-reply at jboss.com
Wed Mar 4 12:58:04 EST 2009
There's another interrupt-eater down below in the same file, though this one I think was just a mistake of omission:
| @@ -386,16 +394,17 @@
| }
| else
| {
| releaseInNextTask = true;
| }
| }
| catch (InterruptedException ignored)
| {
| + interrupted = true;
| }
| thread = loadClassThreads.get(classLoader);
| }
| }
| finally
| {
| if (interrupted)
| Thread.currentThread().interrupt();
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214982#4214982
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214982
More information about the jboss-dev-forums
mailing list