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 85732 - EJB1.5 and webapp1.5 ws attributes are not saved.
Summary: EJB1.5 and webapp1.5 ws attributes are not saved.
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Srividhya Narayanan
URL:
Keywords:
Depends on: 85733
Blocks:
  Show dependency tree
 
Reported: 2006-09-26 00:14 UTC by _ hlu
Modified: 2006-09-28 17:58 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-09-26 00:14:20 UTC
build20060925:
Steps to reproduce:
1. File |New Project and choose Enterprise|Enterprise Application; Next and then
finish.
2.Add a web service to the EJB project.
3.Add an operation to the web service.
4. right click the webservice node and choose edit web service attributs.
5. enable the message level security and OK to close the edit window.
6. right click the webservice node and choose edit web service attributs again.
observe: the enable the message level security was disabled.
Comment 1 _ hlu 2006-09-26 00:17:50 UTC
same happened with webapp1.5.
Comment 2 Srividhya Narayanan 2006-09-26 02:08:23 UTC
The APIs that are called to update the Sun DD dont work anymore. Filed a NB bug
and added that as a dependency on this.
Comment 3 Srividhya Narayanan 2006-09-26 22:10:22 UTC
Fixed in release55:
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; previous revision: 1.1.2.28
done
Comment 4 _ hlu 2006-09-28 17:58:40 UTC
fix is verified in EP build20060927.