This is this http://jira.jboss.org/jira/browse/JBMESSAGING-831 bug, which I 
fixed a few hours ago.

You can either wait until CR1, or if you want to hack it yourself, you just 
need to make sureorg.jboss.jms.wireformat.SerializedPacket::read looks like:


  |    public void read(DataInputStream is) throws Exception
  |    {
  |       ObjectInputStream ois = new ObjectInputStreamWithClassLoader(is, 
Thread.currentThread().getContextClassLoader());
  |       
  |       payload = ois.readObject();
  |    }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015829#4015829

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015829
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to