Bugzilla – Bug 2916
RFT needs to manage delegation listeners
Last modified: 2005-04-06 14:53:49
You need to log in before you can comment on or make changes to this bug.
It is RFT's responsibility to remove any delegation listeners it has added. Right now RFT just adds a new delegation listener every time the resource is created/resurrected. RFT needs to instead add it once and store the returned delegation listener id in the db as well as remove it once the transfer has finished. /Sam
Fix in the trunk. Please verify it and let me know.
That mostly works, except that you can't tell the delegation service what id to use so the request id you set on the listener is not honored. Instead you'll have to get the id from the listener after registering and store that with the rest of the reqest state. /Sam
Fix committed.