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 49062

Summary: Exception when a method already exists in WebService class
Product: webservices Reporter: Petr Blaha <blaha>
Component: CodeAssignee: Roderico Cruz <rcruz>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Blaha 2004-09-15 10:36:27 UTC
Build 040914
1) create web service in web modul
2) add a operation into it
3) add same operation to Web Service
You get exception: java.lang.RuntimeException: A
method named businessMethod already exists in the
class WSHello. .....
User should get any warning message but not Exception.
Comment 1 Roderico Cruz 2004-09-27 05:15:31 UTC
An error dialog is now displayed when the method already exists in the
class, instead of the exception.
Comment 2 Petr Blaha 2004-10-11 09:13:23 UTC
Build 041011
Comment 3 Petr Blaha 2004-10-13 10:39:47 UTC
Remove all issues from temporary component.