Re: JMS serialization problem

2008-12-07 Thread Lars Eirik Rønning
Make sure that your personal code also is the same on both sides.. In the case where you export a jar file your self, you have to have the same version of the class on both clientside and serverside.. Not sure if this is relevant in your case though.. On Sun, Dec 7, 2008 at 12:15 PM, Jordi Souchei

Re: JMS serialization problem

2008-12-07 Thread Jordi Soucheiron
The client and the producer are running from the same computer and they are using the same jar (Activemq-5.3-snapshot.jar). I've used activemq-5.1 and the last snapshot of activemq-5.3 with the same results 2008/12/7 Mark Webb <[EMAIL PROTECTED]> > I saw that once and it was a deserialization pro

Re: JMS serialization problem

2008-12-06 Thread Mark Webb
I saw that once and it was a deserialization problem. I fixed it by placing the same set of jar files on both sender and receiver. The issue was that ActiveMQ was swallowing a ClassNotFoundException and re-throwing it as a JMSException. I only found it by stepping through the code in a debugger.

JMS serialization problem

2008-12-06 Thread Xordi
Hi everyone, I'm quite new using ActiveMQ. I've been trying to send a java object through a queue and I get a javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: I've found this bug (https://issues.apache.org/activemq/browse/AMQ-1588), but I don't know if my proble

JMS serialization problem

2008-12-06 Thread Jordi Soucheiron
Hi everyone, I'm quite new using ActiveMQ. I've been trying to send a java object through a queue and I get a javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: I've found this bug (https://issues.apache.org/activemq/browse/AMQ-1588), but I don't know if my proble