
|
If you were logged in you would be able to see more operations.
|
|
|
XStream
Created: 09/Apr/08 10:22 PM
Updated: 21/Apr/08 05:45 PM
|
|
| Component/s: |
Core
|
| Affects Version/s: |
1.3
|
| Fix Version/s: |
None
|
|
HarmonyReflectionProvider is referenced in com.thoughtworks.xstream.core.JVM.bestReflectionProvider() but does not exist, causing an NPE at line 163.
Possible solutions:
- ensure that HarmonyReflectionProvider is always present in the jar
- check if loadClass() returns null before trying to create the instance.
[BTW, 1.3 is shown as an unreleased version in the drop-down list]
|
|
Description
|
HarmonyReflectionProvider is referenced in com.thoughtworks.xstream.core.JVM.bestReflectionProvider() but does not exist, causing an NPE at line 163.
Possible solutions:
- ensure that HarmonyReflectionProvider is always present in the jar
- check if loadClass() returns null before trying to create the instance.
[BTW, 1.3 is shown as an unreleased version in the drop-down list] |
Show » |
|
you've hit unfortunately some work in progress. However, that NPE is not really tragic ... Harmony cannot run XStream currently anyway. At least M4. I will have to check M5 ASAP.