Open Tomas-Kraus opened 13 years ago
@glassfishrobot Commented Reported by melbichon
@glassfishrobot Commented herr-herner said: I am confronted with the same issue. The built-in JAXB implementation seems to have a problem when it should marshal objects of type Object in combination with tt>@XmlValue</tt. It's time to get rid of this bug.
@glassfishrobot Commented Was assigned to yaroska
@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-850
I've a class with generics like this :
And another like this :
When i try to marshall NillableStringValue, got :
This works if i replace @XmlValue by @XmlElement and when I don't use generics
Environment
Windows XP
Affected Versions
[2.2.4u1]