Hide
If a javax.jms.ObjectMessage with a java.lang.reflect.Proxy payload was sent to a message queue, the getObject() call on the message failed with an JMSException. This happened because the underlying org.hornetq.utils.ObjectInputStreamWithClassLoader class did not implement java.io.ObjectInputStream resolveProxyClass() method. This update provides a suitable implementation of the method.
Show
If a javax.jms.ObjectMessage with a java.lang.reflect.Proxy payload was sent to a message queue, the getObject() call on the message failed with an JMSException. This happened because the underlying org.hornetq.utils.ObjectInputStreamWithClassLoader class did not implement java.io.ObjectInputStream resolveProxyClass() method. This update provides a suitable implementation of the method.