Community
Participate
Working Groups
Created attachment 206405 [details] stack trace I have an eclipseLink jaxb project with the following to classes. I get the attached NPE whenever validation runs. @XmlType public class Foo { @XmlList List<Bar> foo3; // only if Bar maps to a simple type } public class Bar { }
*** This bug has been marked as a duplicate of bug 362713 ***