Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362791 - JAXB project with XmlList, NPE during validation
Summary: JAXB project with XmlList, NPE during validation
Status: CLOSED DUPLICATE of bug 362713
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: JAXB (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dali.general-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 09:34 EDT by Karen Butzke CLA
Modified: 2011-11-03 09:36 EDT (History)
1 user (show)

See Also:


Attachments
stack trace (2.98 KB, text/plain)
2011-11-03 09:34 EDT, Karen Butzke CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karen Butzke CLA 2011-11-03 09:34:58 EDT
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 {
}
Comment 1 Paul Fullbright CLA 2011-11-03 09:36:43 EDT

*** This bug has been marked as a duplicate of bug 362713 ***