Yep, good work mate, I used:
public void unlockConversation()
| {
| ConversationEntry ce = getCurrentConversationEntry();
| if (ce!=null)
| {
| ce.unlock();
| }
| else if ( isNestedConversation() )
| {
| ConversationEntries.instance().getConversationEntry(
getParentConversationId() ).unlock();
| }
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983025#3983025
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983025
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user