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 86099 - got project not support message in ws security tab sometimes.
Summary: got project not support message in ws security tab sometimes.
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Srividhya Narayanan
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2006-09-28 23:02 UTC by _ hlu
Modified: 2006-10-20 02:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
editor window (14.98 KB, image/png)
2006-09-28 23:37 UTC, _ hlu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hlu 2006-09-28 23:02:13 UTC
Build21:
The bug does not happen all the time.
It happened once when I am editing ws attributes on a webservice client node in
a webapp1.5. 
There is no exception in ide log file.
The workaround is to close the window and then try again.
Comment 1 _ hlu 2006-09-28 23:37:31 UTC
Created attachment 34679 [details]
editor window
Comment 2 _ hlu 2006-09-29 22:50:04 UTC
change to p2 because it is usability problem and it happens often on ee5 based
webservice client.
Comment 3 Srividhya Narayanan 2006-09-29 23:47:36 UTC
This problem is caused because of this issue 86233. I have redone my code to not
be dependent on issue 86233. Instead of using the node API to get the service
nodes and hence their names I just parse the wsdl of the client node to get the
service names for the client.

Checked the fixes into release55_dev.
Checking in J2eeProjectHelper.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/support/Attic/J2eeProjectHelper.java,v
 <--  J2eeProjectHelper.java
new revision: 1.1.2.29.2.1; previous revision: 1.1.2.29
done
Checking in WsdlParser.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/support/Attic/WsdlParser.java,v
 <--  WsdlParser.java
new revision: 1.1.2.3.2.1; previous revision: 1.1.2.3
done
Comment 4 Srividhya Narayanan 2006-09-29 23:51:31 UTC
Changed it back to original priority. The priority got lowered unintentionally.
Comment 5 Srividhya Narayanan 2006-10-02 20:22:49 UTC
Peter reviewed it with these comments:
In WsdlParser.java,  need to add "//NOI18N" after "name" in startElement().

Just some general comments, it looks like you could have created the
list of WsdlData in only one pass of wsdl parsing instead of parsing for the service
names first and then parse the wsdl again to create the list WsdlData.
Right now, it is not a good time to change this.  Other than that, the fix
looks ok. 

Checked in comments to release55_dev:
Checking in WsdlParser.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/support/Attic/WsdlParser.java,v
 <--  WsdlParser.java
new revision: 1.1.2.3.2.2; previous revision: 1.1.2.3.2.1
done
Comment 6 Srividhya Narayanan 2006-10-03 00:25:08 UTC
checked it onto release55
Comment 7 _ hlu 2006-10-20 02:39:15 UTC
verified.