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 78806 - [ws][hints] Show error for eg. @WebMethod if @WebSerice.endpointInterface is used
Summary: [ws][hints] Show error for eg. @WebMethod if @WebSerice.endpointInterface is ...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks: 78758
  Show dependency tree
 
Reported: 2006-06-21 20:42 UTC by Lukas Jungmann
Modified: 2008-09-17 15:45 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 Lukas Jungmann 2006-06-21 20:42:32 UTC
JSR 181, section 3.1

"If the implementation bean references a service endpoint interface ... service
implementation bean MUST NOT include any JSR-181 annotation other than
@WebService(endpointInterface and serviceName attributes only), @HandlerChain
and @SOAPMessageHandlers...."

So every JSR-181 annotation except of ones listed above should be presented to
user as errors if @WebService(endpointInterface="...") is used.
Comment 1 bhate 2007-07-28 02:32:25 UTC
fixed
Comment 2 Lukas Jungmann 2008-09-17 15:45:00 UTC
v.