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 124640 - FAST: Enhance EJB-WS design view to allow parameter modification of an existing WS operation
Summary: FAST: Enhance EJB-WS design view to allow parameter modification of an existi...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-03 13:32 UTC by lpolycarpou
Modified: 2008-01-20 08:42 UTC (History)
1 user (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 lpolycarpou 2008-01-03 13:32:08 UTC
When editing an EJB-WS using the Design View, it is possible to add and remove operations.  Adding an operation pops up
a dialogue in which the user can specify details including the input/output parameters.

However, it is not possible to modify these parameters later without going into the source.  It should be possible to
"relaunch" the dialogue by later double clicking on the operation for the purpose of modifying the parameters (to affect
the method signature but without affecting any existing code).

The Design View does allow the parameter name to be directly modified (but not the parameter type). Another option is to
enhance the editing capabilities of the design view itself to allow parameters to be added / removed and provide a
dropdown for the parameter type.