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 150377 - Incorrect ws templates description
Summary: Incorrect ws templates description
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 13:53 UTC by Lukas Jungmann
Modified: 2015-06-05 02:38 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 Lukas Jungmann 2008-10-16 13:53:11 UTC
see the desc. of new ws or ws from wsdl template, it contains:

"...deployed and run according to the JSR-109 and J2EE 1.4 standards."

This sentence is incorrect because we support also non-JSR-109 deployments (ie. Tomcat) as well as Java EE 5 standard.
Everything is now dependent on the target server user chose for the project.
Comment 1 Milan Kuchtiak 2008-11-20 17:01:15 UTC
What about saying:

Creates a skeleton SOAP web service. Web services, in general, are reusable software components designed to support
interoperable machine-to-machine interaction over a network. SOAP web services are described by a specific descriptor
file (WSDL file) and accessible over SOAP protocol. The web services created by this template are deployed within the
web application or ejb module according to J2EE standards, such as JSR-109(Web Services for J2EE) specification.
Comment 2 Lukas Jungmann 2008-11-20 17:08:22 UTC
that sounds much better, I'd only replace the first occurence of "J2EE" with "Java EE" and "JSR-109(...)" with "JSR-109
(Implementing Enterprise Web Services)"
Comment 3 Jan Stola 2015-06-04 12:13:48 UTC
Fixed by https://hg.netbeans.org/web-main/rev/0223d8486c38
Comment 4 Quality Engineering 2015-06-05 02:38:29 UTC
Integrated into 'main-silver', will be available in build *201506050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0223d8486c38
User: Jan Stola <jstola@netbeans.org>
Log: #150377: Incorrect ws templates description