In your try... catch do something like this:
try
{
}
catch (JMSException e)
{
e.getLinkedException().printStackTrace();
e.printStackTrace();
}
That will give you more clue about what's going on with that exception.
I will see the possibility of calling initCause(cause) on future releases.
Also.. if you have you log4j setting in your client, these exceptions are being sent to
the log output.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983905#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...