[jboss-user] [JBoss Messaging] - Re: marshalling stack trace

timfox do-not-reply at jboss.com
Tue Feb 13 10:37:37 EST 2007


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



More information about the jboss-user mailing list