Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Smooks v1.2
-
Component/s: Commons
-
Labels:None
-
Number of attachments :
Description
The org.hsql.Server.shutdown() method is asynchronous and will return immediately. This can cause port conflicts if the server has not had time to shutdown completely. We should poll the state and not return from the stop method until the database server is shutdown.