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 145424 - [65cat] Web Service > "Add Operation" menu missing after refactoring Secure Token Service
Summary: [65cat] Web Service > "Add Operation" menu missing after refactoring Secure ...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 13:57 UTC by rajivderas
Modified: 2008-08-30 05:40 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 rajivderas 2008-08-28 13:57:57 UTC
Steps to reproduce: 
1) Create New EJB Module Project
2) In the project create a new Secure Token Service
3) Open the newly created Secure Token Service in the source editor and right click and select Web Service > Add Operation
4) Now use Refactor rename and rename this file 
5) Now again follow step 3 and you will find that the  Web Service > Add Operation menu is missing

Dev Build 200808280201
JDK 6 Update 10
Glassfish V2
Comment 1 Milan Kuchtiak 2008-08-28 16:29:12 UTC
Refactor -> Rename is not working for web services from WSDL.

See also the fix for issue 145420: Now "Add WS operation" is always disabled for Secure Token Service.

However, the rename action (for WS from WSDL and for Providers) should be propagated to jax-ws.xml.(WS Configuration file)
Comment 2 Milan Kuchtiak 2008-08-29 14:43:02 UTC
Refectoring for WS from WSDL and "javax.xml.ws.WebServiceProvider" implemented:
http://hg.netbeans.org/main?cmd=changeset;node=53cd5a28f13b
http://hg.netbeans.org/main?cmd=changeset;node=c4994f6bad64
Comment 3 Quality Engineering 2008-08-30 05:40:12 UTC
Integrated into 'main-golden', available in build *200808300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/c4994f6bad64
User: mkuchtiak@netbeans.org
Log: #145424: implement refactoring for 'javax.xml.ws.WebServiceProvider' class