]
Rob Stryker commented on JBIDE-9355:
------------------------------------
I have made a commit to fix this issue. Please review the patch and verify via testing
that the current code now functions properly.
Local AS7 server adapter fails to stop, despite server shutdown
succeeding in the background
--------------------------------------------------------------------------------------------
Key: JBIDE-9355
URL:
https://issues.jboss.org/browse/JBIDE-9355
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M3
Reporter: Rob Stryker
Assignee: Andre Dietisheim
Fix For: 3.3.0.M3
An attempt to tell as7 to stop fails with a dialog saying attempt failed, despite the
server in the background stopping successfully.
The reason for this is because the server adapter's behaviour never tells the
framework it has begun "stopping" the server. It simply launches the stop
command to the server. When the gracefulStop() returns, the server is still in mode
started, because even for as7, it still might take 1 second to stop the server but only
half a second to return to the surrounding WTP framework which watches server states.
This is a further indication that commits are being made without even basic smoketests.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: