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 73846 - _handler.xml is not being reused
Summary: _handler.xml is not being reused
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-21 22:17 UTC by Lukas Jungmann
Modified: 2006-08-07 11:56 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 Lukas Jungmann 2006-03-21 22:17:45 UTC
-create ee5 webapp with websvc and msghandler
-repeat 3x: add msg handler to websvc -> OK -> remove msghandler from websvc
->OK (using configure handlers)

=> I would expect that there will only 1 <wsname>_handler.xml file on the disk
if there are some "configured" handlers for <wsname> websvc and none
<wsname>_handler.xml otherwise but currenly each "add handler" action creates
new <wsname>_handler_?.xml file (=after described steps there are
<wsname>_handler.xml, <wsname>_handler_1.xml and <wsname>_handler_2.xml files on
the disk)
Comment 1 Roderico Cruz 2006-06-15 05:14:37 UTC
Fixed. The handler file was not being deleted when the last handler has been
removed, resulting in the creation of spurious handler files.
Comment 2 Lukas Jungmann 2006-08-07 11:56:49 UTC
v.