Here is a part of the code.
QueueReceiver receiver = ...
...
ObjectMessage resultMessage = (ObjectMessage) receiver.receive(sleepTime);
Serializable obj= resultMessage.getObject(); //On this line, the exception occured
Everything worked just fine in Java 5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054456#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...