[
https://jira.jboss.org/jira/browse/EJBTHREE-1799?page=com.atlassian.jira....
]
jaikiran pai resolved EJBTHREE-1799.
------------------------------------
Fix Version/s: trunk
Resolution: Done
Done. r86521
// we should not be the one to stop/halt the JVM
props.put(ServerConfig.EXIT_ON_SHUTDOWN, "false");
// workaround for JBBOOT-20
System.setProperty("jboss.shutdown.forceHalt", "false");
server.init(props);
endpoint-deployer "installs" successfully even on test
failures
---------------------------------------------------------------
Key: EJBTHREE-1799
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1799
Project: EJB 3.0
Issue Type: Bug
Components: endpoint-deployers
Affects Versions: 1.1.3
Reporter: jaikiran pai
Assignee: jaikiran pai
Fix For: trunk
endpoint-deployer (and probably other components which use JBBOOT in tests) successfully
"install"s, "deploy"s etc... even when there are test case failures.
The testcase needs to set the exitOnShutdown bootstrap config property to false and
additionally (as a workaround till JBBOOT-20 is fixed) set the
"jboss.shutdown.forceHalt" system property to false.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira