"timfox" wrote : 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?
oops... thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174270#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...