Howdy,
I've created a package of classes from an existing schema and I've built a
Struts 2 action to
test the unmarshalling, which is throwing a java.lang.reflect.InvocationTargetException. Here is the unmarshal code:
The com.company.persistence.foo.IssueResponse package contains the following classes (generated using XJC):
SO000902.java
ObjectFactory.java
I've been searching for a solution and trying different "hacks" for hours now and I fear that I'll end up over at Experts
Exchange - Noooooo!
Any suggestions are greatly appreciated.
Thank you.