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 - Could not add JAXB override: Project
Summary: Could not add JAXB override: Project
Status: RESOLVED DUPLICATE of bug 199810
Alias: None
Product: xml
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 14:25 UTC by jmkgreen
Modified: 2012-03-16 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***