Friday, February 10, 2012

com.sun.org.apache.xerces.internal.dom.ElementNSImpl cannot be cast

for me the error was resolved by this

@XmlAnyElement(lax = true)
public List<Foo> foos;

No comments:

Post a Comment