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 149188 - By pressing ENTER in Select Operation to Invoke isn't webService added but tested
Summary: By pressing ENTER in Select Operation to Invoke isn't webService added but te...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 06:30 UTC by Martin Fousek
Modified: 2009-02-19 23:29 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 Martin Fousek 2008-10-06 06:30:58 UTC
Product Version: NetBeans IDE Dev (Build 200810060201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)

Steps to reproduce:
1, Create project with WebService client
2, Click into source code of your app and rightclick in the editor
3, Choose "Web Service Client Resources"->"Call Web Service Operation..."
4, In the opened window select with the help of mouse click some WS operation and then PRESS ENTER!
-> The new window is opened - "Test Web Service Operation", but I expect that WS operation will be added (ENTER should
do the same action as button "OK"!)
Comment 1 Milan Kuchtiak 2008-10-08 16:55:26 UTC
May be fixed for 6.5 (UC module)
Comment 2 Milan Kuchtiak 2008-10-16 13:46:50 UTC
Fixed:
http://hg.netbeans.org/main?cmd=changeset;node=c587a088cfca

The behaviour of JAX-RPC WS Operation node is now the same as JAX-WS Operation node. See that <Ctrl><Enter> can be used
for node selection (instead of Enter):
Comment 3 Quality Engineering 2008-10-17 05:00:36 UTC
Integrated into 'main-golden', will be available in build *200810170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c587a088cfca
User: mkuchtiak@netbeans.org
Log: #149188: Test Operation actionshouldn't be default action
Comment 4 Martin Fousek 2008-11-12 07:54:46 UTC
Verified in NetBeans IDE Dev (Build 200811120201).