[jboss-jira] [JBoss JIRA] Created: (JBAS-3593) Add a Marshaller to HAPartitionImpl
Brian Stansberry (JIRA)
jira-events at jboss.com
Thu Aug 31 14:45:18 EDT 2006
Add a Marshaller to HAPartitionImpl
-----------------------------------
Key: JBAS-3593
URL: http://jira.jboss.com/jira/browse/JBAS-3593
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-4.0.5.GA
HAPartitionImpl is quasi implementing Marshaller by overriding RpcDispatcher.handle() and doing custom *unmarshalling* with MarshalledValueInputStream. This breaks with JG 2.4, since the default JG marshalling is different and incompatible with the custom unmarshalling.
Solution to allow use of 2.4+ in 4.0.5+ is to properly implement Marshaller and do the marshalling as well. This is done in HEAD; need to port to Branch_4_0. The 4.0 marshaller must use the binary format of the old JGroups method to ensure backward interoperability.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list