Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Patch available for bug# 247534

Please review the patch and provide any feedback:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=247534

Overview:
some JAXB(Moxy) tests are failing when JDK 1.6 is used

Tests are failing because loading the class java.lang.Byte[] using the string "[Ljava.lang.Byte;" is failing. This works in jdk1.5 but fails in 1.6. This fix maintains a reference to the Class instead of the ClassName. This avoids attempting to load the class again, which resolves this issue and is also a performance gain.

-Matt




Back to the top