[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MessageFormatException: IOException: unexpected end of b

2006-03-23 Thread gemel
My CLPBRRoute class is serializable and all his components are also serializable with serialVersionUID as you can see in the following class definitions. public class CLPBRRoute implements Serializable { private static long ID_COUNTER=0; private CLPBRNode m_start; private ArrayList m_cab

[JBoss-user] [Messaging, JMS & JBossMQ] - MessageFormatException: IOException: unexpected end of block

2006-03-19 Thread gemel
I'm using jboss 3.2.6 and JDK 1.4 Since I uppgraded to JDK 1.5, my JMS messaging doesn't work anymore. I am able to send and receive String messages without any problem but the getObject() method fails for custom objetcs. If someone has any idea, please help me. This is my Server and Client sou