This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 209574

Summary: Could not add JAXB override: Project
Product: xml Reporter: jmkgreen
Component: JAXBAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description jmkgreen 2012-03-14 14:25:20 UTC
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.0-b17

Trying to create JAXB bindings per the tutorial. All I get in return is a copy of the .xsd file under "Other sources" and the following the Netbeans log (which isn't really acceptable as a fault, something should have alerted the user!):

WARNING [org.netbeans.modules.xml.jaxb.util.ProjectHelper]: Could not add JAXB override: Project in C:\Users\jgreen.SOFTOPTION\URI of class org.netbeans.modules.maven.NbMavenProjectImpl has a ProjectClassPathModifierImplementation but it will not handle classpath/endorsed for C:\Users\jgreen.SOFTOPTION\URI\src\main\java extensible source groups: C:\Users\jgreen.SOFTOPTION\URI\src\main\java:C:\Users\jgreen.SOFTOPTION\URI\src\test\java:C:\Users\jgreen.SOFTOPTION\URI\src\main\resources
Comment 1 jmkgreen 2012-03-15 16:23:58 UTC
Note that this is within a project of type Maven:EJB Module.
(In case it helps.)
Comment 2 jmkgreen 2012-03-15 16:25:28 UTC
Should have also added that I /can/ create the bindings from within a Java EE:EJB Module.
Comment 3 Svata Dedic 2012-03-16 13:50:00 UTC

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