History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-380
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Assignee: Unassigned
Reporter: Wouter Coekaerts
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
XStream

Original objects corrupted when deserializing in JRockit R24

Created: 07/Feb/07 04:36 AM   Updated: 07/Feb/07 04:53 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.2

File Attachments: 1. Java Source File MyObject.java (0.8 kb)
2. Java Source File MyTest.java (0.7 kb)


JDK version and platform: BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61


 Description  « Hide
When deserializing an instance of the attached MyObject class, the first object in the static array it has gets changed.
This happens only with BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61. It works fine with a standard Sun JVM, or with R27.1.0-109.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 07/Feb/07 04:53 AM
Hi Wouter,

sorry to say, but JRockit support starts with R25.1 (http://xstream.codehaus.org/faq.html#Compatibility_JVMs). Older releases have internal limitations we cannot circumvent. BEA has done internal changes for theat release and provided us additionally with the appropriate patches for XStream that were part of version 1.2. You should upgrade your JDK (note, R25.1 was available as JDK 1.4 and JDK 5).

  • Jörg