I found this cryptic code in ServerSessionImpl after your commit:
| finally
| {
|
| }
| //finally (TODO: enable this back)
| {
| //Now unlock
|
| for (Queue queue: locked)
| {
| queue.unlock();
| }
| }
|
Is it intentional?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174179#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...