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 106176

Summary: Failed to add a JAXB Binding if select Schema File from URL
Product: webservices Reporter: _ hong_lin <hong_lin>
Component: JAXBAssignee: _ gmpatil <gmpatil>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 100868    
Bug Blocks:    
Attachments: The sample EJB Module project

Description _ hong_lin 2007-06-09 01:27:38 UTC
Build: NB 6.0 nightly build 200706060000

Steps to reproduce it:
1. Create a new Java Application JavaApplication1.
2. Deploy the attached EJB module "LoanProcessor".
3. Add a JAXB binding to JavaApplication1 with the following config info: 
   Schema Name: "LoanProcessor". 
   Schema File: Check "Select From URL". Enter the URL:
"http://localhost:8080/LoanProcessorService/LoanProcessor?wsdl".
   Package Name: "LoanProcessor".
   Options: check "nv" and "readOnly".
   Schema Type: select "WSDL". Click Finish.
4. The IDE does nothing.
Comment 1 _ hong_lin 2007-06-09 01:33:23 UTC
Created attachment 43467 [details]
The sample EJB Module project
Comment 2 _ gmpatil 2007-06-12 01:55:17 UTC
Added dependency on 100868.
Comment 3 _ gmpatil 2007-06-14 18:17:40 UTC
Fixed.
Please try with build #1628 or later.
Comment 4 _ hong_lin 2007-07-06 00:10:05 UTC
Verified the fix is in NB 6.0 nightly build 200707051200