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 104447

Summary: Unable to create Web Services from WSDL for the second service
Product: webservices Reporter: Venu V <venuv>
Component: JAX-WSAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: The WSDL with multiple services
Screen shots showing the issue

Description Venu V 2007-05-21 22:54:03 UTC
For a given WSDL unable to create Web Service for the second and third services
defined in the WSDL, always creates for the first Service.

Attached here the WSDL and screen shots
Comment 1 Venu V 2007-05-21 22:54:33 UTC
Created attachment 42616 [details]
The WSDL with multiple services
Comment 2 Venu V 2007-05-21 22:54:53 UTC
Created attachment 42617 [details]
Screen shots showing the issue
Comment 3 Venu V 2007-05-21 23:03:13 UTC
NetBeans build used:  netbeans-trunk-nightly-200705150237-all-in-one.zip
Comment 4 Roderico Cruz 2007-05-28 02:15:44 UTC
Regression is due to error in Util.isJavaEE5orHigher(project) method which
returns false even if project is EE5. It looks like EjbJarProvider.getEjbJar()
is not working properly.
Comment 5 Roderico Cruz 2007-06-04 05:36:03 UTC
In current build, you can now select another service. However, code generation
fails.
Comment 6 Roderico Cruz 2007-06-08 01:14:36 UTC
This is now fixed. 
Comment 7 Jaroslav Pospisil 2008-01-30 14:22:42 UTC
v.