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 75413 - [cc] List of SOAP roles is not provided
Summary: [cc] List of SOAP roles is not provided
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 14:35 UTC by Jiri Kovalsky
Modified: 2008-11-21 14:57 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 Jiri Kovalsky 2006-04-24 14:35:13 UTC
Development build #200604240200 of NetBeans 5.5
Windows XP, JDK 1.5.0_05 build #05

Description:
============
Code completion does not provide any roles/headers for @SOAPMessageHandler
annotation.

Steps to reproduce:
===================
1. Register GlassFish application server in Runtime tab.
2. Create new EJB module project from template.
3. Create new web service from template in this project.
4. Type the following code above class declaration:

   @SOAPMessageHandler(roles=|

5. Have cursor at position denoted by | char and press CTRL+Space.
6. No SOAP roles will be offered. Only Java package roots.
Comment 1 Lukas Jungmann 2007-08-20 17:12:41 UTC
@SOAPMessageHandler is deprecated (as of JSR-181 2.0) => P4
Comment 2 Lukas Jungmann 2008-04-14 17:15:36 UTC
moving opened issues where TM != dev to TM=TBD
Comment 3 Milan Kuchtiak 2008-11-21 14:57:40 UTC
There is no sense to implement CC for this deprecated annotation.