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 - Exception when a method already exists in WebService class
Summary: Exception when a method already exists in WebService class
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 10:36 UTC by Petr Blaha
Modified: 2006-05-31 18:16 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 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.