javaee / jaxb-v2

Other
210 stars 100 forks source link

Please enable xsi:type dynamic class resolving using ClassResolver #372

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

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]

glassfishrobot commented 17 years ago

Reported by wiebe_ruiter

glassfishrobot commented 17 years ago

Was assigned to jaxb-issues

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAXB-372