]
Aleksandar Kostadinov resolved JBASM-16.
----------------------------------------
Resolution: Done
server shutdown timeout
-----------------------
Key: JBASM-16
URL:
https://jira.jboss.org/jira/browse/JBASM-16
Project: JBoss AS Server Manager
Issue Type: Bug
Affects Versions: 0.1.2.GA
Reporter: Aleksandar Kostadinov
Assignee: Aleksandar Kostadinov
Fix For: 0.1.3.GA
I see Server Manager now uses two system properties - timeout for start-up and shutdown.
The one for shutdown is ignored.
ServerManager.java
{code}
public static final String SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT =
"jbossas.startup.timeout";
public static final String SYSTEM_PROPERTY_JBOSSAS_SHUTDOWN_TIMEOUT =
"jbossas.shutdown.timeout";
private static final int WAIT_TIME =
Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT,
"45"));
private static final int START_TIME =
Integer.parseInt(System.getProperty(SYSTEM_PROPERTY_JBOSSAS_STARTUP_TIMEOUT,
"120"));
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: