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 82976 - sun-web.xml: settings are lost after IDE restart
Summary: sun-web.xml: settings are lost after IDE restart
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 12:55 UTC by Milan Kuchtiak
Modified: 2006-09-21 14:20 UTC (History)
2 users (show)

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 Milan Kuchtiak 2006-08-18 12:55:59 UTC
Scenario to reproduce :
- open sun-web.xml editor
- set the Transport Guarantee property for a web service.
- restart the IDE
- open sun-web.xml editor

The Transport Guarantee property is empty.
Comment 1 _ pcw 2006-08-19 01:31:37 UTC
This issue should only affect JavaEE 5 modules using web service annotations. 
The cause is a difference in the event flow from the merged annotation-dd
provider for annotation related beans (vs. how the events are sent when real
beans from webservices.xml are involved).  The port-component-bean does not
exist when the web-service-description bean create event is sent, so our read
code does read in the port information that was previously saved.
Comment 2 _ ludo 2006-09-12 00:20:41 UTC
needed for 5.5 - >P2.
PCW is OK with that
Comment 4 _ pcw 2006-09-19 07:21:55 UTC
(Above diffs are the commit for release55_dev branch)
Comment 5 Jaroslav Pospisil 2006-09-20 13:13:48 UTC
The fix is fine,you can merge it to release55 branch.
Comment 6 _ pcw 2006-09-21 00:25:13 UTC
Fix committed to release55 branch.
Comment 7 Jaroslav Pospisil 2006-09-21 14:20:10 UTC
VERIFIED