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 189829 - WS from RMDemo.wsdl broken
Summary: WS from RMDemo.wsdl broken
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-25 11:18 UTC by Martin Schovanek
Modified: 2010-08-26 03:20 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 Martin Schovanek 2010-08-25 11:18:03 UTC
[#201008250001, jdk1.6, GF v3.1]

to reproduce:
-------------
1) have a Web project
2) invoke the 'New Web Services from WSDL' wizard
3) use the following WSDL URL:
http://weblogs.java.net/blog/bhaktimehta/archive/RMDemo.wsdl

ERROR: The generated NewWebServiceFromWSDL.java file have broken annotation section:

....
@WebService(serviceName = "RMDemoService", portName = "RMDemoPort", endpointInterface = "demo.rm.RMDemo", targetNamespace = "http://rm.demo/", wsdlLocation = "WEB-INF/wsdl/NewWebServiceFromWSDL/weblogs.java.net/blog/bhaktimehta/archive/RMDemo.wsdl")
@BindingType(value = http

  

://java.sun.com/xml/ns/jaxws/2003/05/soap/bindings/HTTP/)
public class NewWebServiceFromWSDL {
....
Comment 1 Milan Kuchtiak 2010-08-25 12:50:17 UTC
Fixed:
http://hg.netbeans.org/web-main/rev/ed5a14d75a65
Comment 2 Quality Engineering 2010-08-26 03:20:19 UTC
Integrated into 'main-golden', will be available in build *201008260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ed5a14d75a65
User: mkuchtiak@netbeans.org
Log: #189829: invalid annotation attribute value generation