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 106172 - Missing jaxb compiler option in the xml_binding_build.xml file
Summary: Missing jaxb compiler option in the xml_binding_build.xml file
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: _ gmpatil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-09 00:58 UTC by _ hong_lin
Modified: 2007-07-05 23:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CreditReport.xsd (1.16 KB, text/xml)
2007-06-09 01:29 UTC, _ hong_lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hong_lin 2007-06-09 00:58:58 UTC
Build: NB 6.0 nightly 200706060000

Steps to reproduce it:
1. Create a new Java Application JavaApplication1.
2. Add a JAXB binding to JavaApplication1 with the following config info: 
   Schema Name: "CheckCredit". 
   Schema File: Check "Select From Local File System". Browse to the location of
schema file "CreditReport.xsd". 
   Package Name: "CreditReport".
   Options: check "verbose".
   Schema Type: select "XML Schema" 
   Check "Use Extension", enter "jaxb-ext" in the text field. Click Finish.
3. Switch to "Files" window. Expand "JavaApplication1 -> nbproject".
4. Open file xml_binding_build.xml.
Option "verbose" is missing in the xml file.
Comment 1 _ hong_lin 2007-06-09 01:29:49 UTC
Created attachment 43465 [details]
CreditReport.xsd
Comment 2 _ gmpatil 2007-06-13 08:39:28 UTC
Fixed.
Note text field associated with "Use Extension" check box is redundant and will be removed.
"Use Extension" option is expected work as other options.
Comment 3 _ hong_lin 2007-07-05 23:28:46 UTC
Verified the fix is in NB 6.0 nightly build 200707051200