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

Summary: Can't disable the WS generation
Product: webservices Reporter: lucabur <lucabur>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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.