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 96238

Summary: [ws] @WebMethod is not mandatory if @OneWay is used
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: bhate <bhate>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 78758    

Description Lukas Jungmann 2007-02-21 23:39:43 UTC
The editor incorrectly shows an error hint if there's some method annotated with
@OneWay which does not have @WebMethod annotation and suggests to use it.
Actually one can have a method with @OneWay and without @WebMethod.
Comment 1 bhate 2007-06-15 18:44:43 UTC
This is fixed now
Comment 2 Lukas Jungmann 2007-10-16 18:27:09 UTC
v.