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 111739 - Disable webservices wizards if the server plugin does not support it
Summary: Disable webservices wizards if the server plugin does not support it
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-02 13:58 UTC by Sherold Dev
Modified: 2007-10-10 16:27 UTC (History)
3 users (show)

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 Sherold Dev 2007-08-02 13:58:58 UTC
Steps to Reproduce:
Environment:
java 1.5.0_09
netbeans 5.5
jboss 2.0.4 with EJB 3.0 installed
1. (From Netbeans) Create a new EJB Module.
2. Select JBoss as the application server and Java EE 5 as the EE version (you
will only be able to select EE 5 if JBoss has EJB 3.0 installed)
3. Create New "Web Service from WSDL..."
4. Select an existing wsdl file and hit finish
5. Netbeans will try to build the the files using wstools (which then causes the
error)

The wizard should be disabled if the project target server does not support all the required WS tools. For more info see 
issue 90381.
Comment 1 Milan Kuchtiak 2007-09-27 13:44:27 UTC
Right, need to invest more effort to enable/disable services on JBoss. 
Eventually, write a tutorial how to write/consume web services on JBoss.
Comment 2 Milan Kuchtiak 2007-10-10 16:27:19 UTC
Fixed.
See the issue 96257