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

Key: XSTR-488
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Joerg Schaible
Reporter: SebbASF
Votes: 0
Watchers: 1
Operations

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

HarmonyReflectionProvider is referenced in com.thoughtworks.xstream.core.JVM.bestReflectionProvider() but does not exist, causing an NPE

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


 Description  « Hide
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]



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 10/Apr/08 01:07 AM
Hi Sebb,

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.

  • Jörg

Joerg Schaible - 21/Apr/08 05:45 PM
JVM of M5 still crashes...