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 96010 - Can't disable the WS generation
Summary: Can't disable the WS generation
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 11:25 UTC by lucabur
Modified: 2007-09-26 13:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lucabur 2007-02-20 11:25:52 UTC
It seems not possible to disable the automatic Web Service generation mechanism,
triggered by the presence of a @WebService annotation in the project code.
Developing a Web Application based on Spring framework and the Xfire Web Service
library, I discovered that the simple presence of a @WebService annotation in
the code triggers a massive set of automatic code modifications (web.xml, ant
build file, library dependencies ...) that forces the project toward a specific
predefined WS implementation, making the whole NB5.5 ide virtually unusable for
other WS architecture contexts.
Comment 1 Milan Kuchtiak 2007-09-26 12:55:08 UTC
I understand the problem.
Yes, we should think about the changes in WS support to be able to switch off the current behaviour.
I am changing priority to P2 and change DEFECT to FEATURE.