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 - Unable to create Web Services from WSDL for the second service
Summary: Unable to create Web Services from WSDL for the second service
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-21 22:54 UTC by Venu V
Modified: 2008-01-30 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The WSDL with multiple services (7.94 KB, application/octet-stream)
2007-05-21 22:54 UTC, Venu V
Details
Screen shots showing the issue (149.22 KB, application/octet-stream)
2007-05-21 22:54 UTC, Venu V
Details

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