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 76177 - impl code completion for @WebServiceRef and @WebService annotations
Summary: impl code completion for @WebServiceRef and @WebService annotations
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-10 19:39 UTC by _ ludo
Modified: 2010-04-06 13:48 UTC (History)
2 users (show)

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 _ ludo 2006-05-10 19:39:51 UTC
In a EE 5 appclient, if you want to call a WS client operatation using injection
like:

    @WebServiceRef(NewWebServiceService.class)
    private static NewWebService svc;

The code completion after @WebServiceRef(|
does not provide the list of possible classes.
Instead, I see the CC starting with a blue javax.xml.ws.WebService
entry and a few attributes...

Would be nice for J1 demos...
Comment 1 Marek Fukala 2006-05-23 12:37:35 UTC
You are right, we can offer there a list of webservice classes along with the CC
items which java editor provides.
Comment 2 Srividhya Narayanan 2007-06-18 18:13:57 UTC
removed REGRESSION as it was not impl in 5.5 doesnt looks like a primary use case
Comment 3 Roderico Cruz 2008-01-07 20:00:06 UTC
This has been implemented.
Comment 4 Jaroslav Pospisil 2010-04-06 13:48:07 UTC
v.