I just move the check as follows (JMSTestCase.tearDown())
if (ServerManagement.isStarted(0))
{
if (checkNoMessageData())
{
fail("Message Data exists");
}
checkNotEmpty(); //moved from outside the block here.
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197573#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...