]
Yong Hao Gao closed JBMESSAGING-1888.
-------------------------------------
MessageProxy contains a field that is not serializable (added since
JBMESSAGING-1878)
-------------------------------------------------------------------------------------
Key: JBMESSAGING-1888
URL:
https://issues.jboss.org/browse/JBMESSAGING-1888
Project: JBoss Messaging
Issue Type: Bug
Components: JMS Facade
Affects Versions: 1.4.0.SP3.CP13, 1.4.8.SP1
Reporter: Yong Hao Gao
Assignee: Yong Hao Gao
Fix For: 1.4.0.SP3.CP14, 1.4.8.SP2
MessageProxy is a serializable class, therefore all its fields (non-transient) need to be
serializable too.
The field (source) is an instance of CallbackManager, which is a non-serializable class.
Make it transient should solve the problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: