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 72100 - problem in browsing exception to be added to any new operation
Summary: problem in browsing exception to be added to any new operation
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2006-02-01 04:57 UTC by Amanpreet Kaur
Modified: 2006-05-31 18:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (16.42 KB, text/plain)
2006-02-02 22:47 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Amanpreet Kaur 2006-02-01 04:57:32 UTC
Whenever, in order to add exception to operation, i click on browse instead of
writing down the exception name, whole of my system hangs up and needs to be
restarted.
Comment 1 Amanpreet Kaur 2006-02-01 06:10:00 UTC
This issue occured while using jdk1.5.0_06 and daily build of netbeans of 30th
january, 2006.
Comment 2 Amanpreet Kaur 2006-02-02 07:14:42 UTC
   These are the exact steps which will recreate the problem:
   2. Choose File > New Project (Ctrl-Shift-N) and, depending on your decision
in the previous step, do one of the following:
          * Under Categories, select Web. Under Projects, select Web
Application. Click Next.
          
   3. Name the project HiWS, change the Project Folder to any folder on your
computer, and make sure that the server of your choice is selected in the Server
drop-down list. Note that only servers that have been registered with the IDE
are available in the Server drop-down list.
   4. Click Finish.

Create the Web Service

   1. Right-click the project node and choose New > Web Service. Name the web
service HiWS, type org.me.hi in the Package field, and click Finish.

     
   2. In the Projects window, expand the Web Services node, right-click the HiWS
web service node, and choose Add Operation. 

3. click on exceptions and then on add.
4. click on browse to browse through exception classes

The system hangs up!!!!

Also, java EE 5 daily build of 30 jan, 2006 was used with jdk1.5.0_06.
Comment 3 Lukas Jungmann 2006-02-02 10:21:25 UTC
  Yes, I saw it on windows XP too, but i'm currently not able to reproduce this,
resp. it works fine for me on one box but randomly hangs up on the other one.
  It is also dependent on actions you did in the Go To Class... dialog. If you
use only mouse for class selection, it's ok, if you type full name into the text
field it's ok too, but if you type only part of the class name and hit 'enter'
(let's assume the class you're looking for is selected in the list below the
text field) IDE hangs up.

  Reporter could you, please, get thread dump from frozen IDE and attach it to
this issue? (http://qa.netbeans.org/bugzilla/generating-thread-dumps.html)
  Thanks.
Comment 4 Lukas Jungmann 2006-02-02 22:46:00 UTC
attaching thread dump
Comment 5 Lukas Jungmann 2006-02-02 22:47:15 UTC
Created attachment 28726 [details]
thread dump
Comment 6 Milan Kuchtiak 2006-03-07 14:45:34 UTC
Should be fixed already.
See the issue 63523.
Comment 7 Lukas Jungmann 2006-03-21 16:32:23 UTC
v.