It would be very useful, if dynamic class resolving is extended to also resolve
classes dynamically when using the xsi:type attribute. Preferably using the same
ClassResolver implementation that is set for unmarshalling with:
unmarshaller.setProperty(ClassResolver.class.getName(), new SomeClassResolver());
see:
http://forums.java.net/jive/thread.jspa?threadID=25977&tstart=180
It would be very useful, if dynamic class resolving is extended to also resolve classes dynamically when using the xsi:type attribute. Preferably using the same ClassResolver implementation that is set for unmarshalling with:
unmarshaller.setProperty(ClassResolver.class.getName(), new SomeClassResolver());
Environment
Operating System: All Platform: Macintosh
Affected Versions
[2.0.3]