Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 1.3.1
-
Fix Version/s: 1.x Maintenance
-
Component/s: Core
-
Labels:None
-
JDK version and platform:JRockit R28 - Linux platform
Description
From your website I found that Xstream runs on Enhance Mode on BEA JRockit starting with R25.1.0.
Reference taken from http://xstream.codehaus.org/faq.html...
We recently upgrade our JVMs on JRockit - R28 for Linux platform
http://download.oracle.com/docs/cd/E15289_01/doc.40/e15064/toc.htm
We are gettign following error in the production code which was working till now ...
---------------------
com.thoughtworks.xstream.converters.ConversionException: Cannot construct XXXXXXXXX as it does not have a no-args constructor
---------------------
from you FAQ , I learnt that this could be due to issues in runing Xstream in Enhance modes (so it is runnign in Pure Java Mode)
can you please help check what could have gone wrong here?
Thanks in advance,
Abhijit.
Issue Links
- duplicates
-
XSTR-618 JRockit JVM Vendor change
It has been reported and fixed already. Either provide explicitly a Sun14ReflectionProvider or use a 1.4-SNAPSHOT version.