Mantis - Hessian
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3981 | major | always | 04-06-10 02:40 | 01-12-12 03:25 | |
|
|||||
Reporter: | halid | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.3 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0003981: Java Enums Deserialization Problem | ||||
Description: |
We are using Hessian 4.0.3 as HTTP-Wrapper for our RMI-Services. Since we expanded one of our main services with a new parameter that contains EnumSet and Enums, we get deserialization problems on the client site. I analyzed the problem comparing reference-arrays on the serializer and deserializer side, and could see that the Hessian-Deserializer for EnumSets creates one more reference in his reference-array. This difference leads to deserialization problems on all following attributes that are handled as references because of changed index of reference. I attached a small Java-Program that reproduces this problem. |
||||
Steps To Reproduce: | |||||
Additional Information: |
Java Runtime: Sun jdk1.5.0_16 OS: Windows XP Hessian: 4.0.3 |
||||
Relationships | |||||
Attached Files: | SerializationHessTest.java [^] (1,975 bytes) 04-06-10 02:40 |
Notes | |||||
|
|||||
|
|