Deleting a node throws Javascript error in admin
------------------------------------------------
Key: TUSCANY-2178
URL: https://issues.apache.org/jira/browse/TUSCANY-2178
Project: Tuscany
Issue Type: Bug
Components: Java SCA Domain Management
Affects Versions: Java-SCA-1.2
Reporter: Jean-Sebastien Delfino
Assignee: Jean-Sebastien Delfino
Fix For: Java-SCA-1.2
Deleting a node in the admin console does not work and throws a Javascript
error.
That's a timing issue as the admin sends two AJAX requests to first stop the
node and then delete it, but in most cases the delete call jumps the line and
gets invoked before the stop, causing the stop action to fail.
A simple fix is to invoke these two steps from the server side.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]