[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1888) MessageProxy contains a field that is not serializable (added since JBMESSAGING-1878)

Yong Hao Gao (JIRA) jira-events at lists.jboss.org
Thu Jul 14 23:53:23 EDT 2011


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.8.SP1, 1.4.0.SP3.CP13
            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: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list