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 148214

Summary: [65cat] IDE gets freezed upon removing some tags manually from source editor in WSDL file
Product: xml Reporter: rajivderas <rajivderas>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 142643    
Attachments: thread dump
thread dump
project

Description rajivderas 2008-09-24 13:32:52 UTC
Steps to reproduce:
1) Created a new WS in EJB module project
2) Add an operation to the WS in source editor mode 
3) Now switch to Preview mode and goto the navigator window right click on the root node and goto > WSDL
4) The WSDL file will be opened in the WSDL mode then switch to its source mode
5) Now remove some tag to set the WSDL not well-formed and switch to WSDL mode you will get an error message saying 
WSDL is not well-formed.
6) Then switch to Partner mode and then again switch to the source mode
Boom... ! the whole IDE gets freezed.

I have attached the thread dump also please have a look.

Dev Build 200809231435
JDK 6 Update 10
Comment 1 rajivderas 2008-09-24 13:34:27 UTC
Created attachment 70451 [details]
thread dump
Comment 2 Shivanand Kini 2008-09-24 19:59:54 UTC
can you attach the project please?
Comment 3 rajivderas 2008-09-26 06:22:02 UTC
Created attachment 70645 [details]
thread dump
Comment 4 rajivderas 2008-09-26 06:22:51 UTC
Created attachment 70646 [details]
project
Comment 5 Shivanand Kini 2008-10-01 19:58:41 UTC
In the preview mode for the webservice, I only see the source view. I dont see the partner view, nor the wsdl view.
Any ideas?
Comment 6 Shivanand Kini 2008-10-01 22:41:55 UTC
I was able to reproduce this without webservice, similiar to issue mentioned in 142643.
This is a wsdl editor issue.

So removing cc list.
Comment 7 Shivanand Kini 2008-10-02 00:07:33 UTC
Fixed.
Changeset:
http://hg.netbeans.org/main/rev/97c54970d8d4
Comment 8 ggenipudi 2008-10-20 21:45:54 UTC
tested and verified using NetBeans IDE 6.1 (Build 200810140114) and did not see IDE freeze while switching from design
mode to source mode.