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 86505 - Modifying webservice annotation with name attribute prevents client security panels to work.
Summary: Modifying webservice annotation with name attribute prevents client security ...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Srividhya Narayanan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 18:05 UTC by _ hlu
Modified: 2006-10-18 07:21 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 _ hlu 2006-10-04 18:05:56 UTC
EP build20061002_2:
Steps:
Create an EJB module.
Add a web service to the module.
Add an operation to the web service.
Edit the web service attributes to enable message level security.
Open web service's configuration file: sun-ejb-jar.xml
Change the value of <port-component-name> and save the file.
Reopen the web service attribute editor.
Observe: The enable message level security is unchecked.
Comment 1 Srividhya Narayanan 2006-10-04 18:15:18 UTC
This is as expected. Thats not the bug we observed. The bug is that when a
@WebService(name="xyz") is added to the web service, the client project that
uses this service comes up on the panel to say "Project not supported". The
client wizard should be able to handle webservices whose names are modified via
annotations also.
Comment 2 Srividhya Narayanan 2006-10-04 20:42:18 UTC
Checked in release55_dev:
Checking in support/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.2; previous revision: 1.1.2.29.2.1
done
Checking in WSCSecurityPanel.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/Attic/WSCSecurityPanel.java,v
 <--  WSCSecurityPanel.java
new revision: 1.1.2.26.2.1; previous revision: 1.1.2.26
done
IDE: [10/4/06 12:41 PM] Committing Files finished
Comment 3 Srividhya Narayanan 2006-10-07 01:53:47 UTC
Rewieved by Peter and review comments checked in. Tested by Hong and approved
for checkin.

Checking in support/J2eeProjectHelper.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/support/Attic/J2eeProjectHelper.java,v
 <--  J2eeProjectHelper.java
new revision: 1.1.2.31; previous revision: 1.1.2.30
done
Checking in WSCSecurityPanel.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/Attic/WSCSecurityPanel.java,v
 <--  WSCSecurityPanel.java
new revision: 1.1.2.27; previous revision: 1.1.2.26
done
Comment 4 Srividhya Narayanan 2006-10-07 01:55:31 UTC
Rewieved by Peter and review comments checked in. Tested by Hong and approved
for checkin.

Checking in support/J2eeProjectHelper.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/support/Attic/J2eeProjectHelper.java,v
 <--  J2eeProjectHelper.java
new revision: 1.1.2.31; previous revision: 1.1.2.30
done
Checking in WSCSecurityPanel.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/Attic/WSCSecurityPanel.java,v
 <--  WSCSecurityPanel.java
new revision: 1.1.2.27; previous revision: 1.1.2.26
done
Comment 5 Srividhya Narayanan 2006-10-07 01:55:49 UTC
Rewieved by Peter and review comments checked in. Tested by Hong and approved
for checkin.

Checking in support/J2eeProjectHelper.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/support/Attic/J2eeProjectHelper.java,v
 <--  J2eeProjectHelper.java
new revision: 1.1.2.31; previous revision: 1.1.2.30
done
Checking in WSCSecurityPanel.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/Attic/WSCSecurityPanel.java,v
 <--  WSCSecurityPanel.java
new revision: 1.1.2.27; previous revision: 1.1.2.26
done
Comment 6 _ hlu 2006-10-18 07:21:43 UTC
verified.