Bugzilla – Bug 5445
Campaign: various reference client improvements
Last modified: 2007-10-10 15:21:12
You need to log in before you can comment on or make changes to this bug.
Campaign: Add subscribe-address override to client Campaign Leader: Tim Freeman Technologies: VWS Objective: Allow reference client to send a different notification consumer URL for its subscriptions. Benefits: In some situations this can help sidestep WSN + firewall problems. Implementation details/tasks: 1) Add --override-subscribe-address flag, populate WSN request 2) Always print notification consumer URL in use
Changing campaign to hold several client improvements.
Update erroneous client messages for Pause, Shutdown, Reboot, and Start. The TP1.2.3 client prints a misleading message e.g. "Started." when the only thing that has happened is that a successful call of the start operation has happened. The actual work to start (or pause/shutdown/reboot) is asynchronous, the success of which is reported via state change and notifications. Pause -> Pause sent Shutdown -> Shutdown sent Rebooted -> Reboot sent Started -> Started sent
Adjust client to call wsrf-destroy upon cancelled or corrupted notification When the client is subscribed for notifications and receives a cancelled or corrupted notification, make the default action to call wsrf-destroy on behalf of the user. Behavior can be disabled by new parameter --no-auto-destroy
Committed to workspace_tp_1_3_0_branch