< prev index next >

test/java/rmi/activation/Activatable/restartService/RestartService.java

Print this page

        

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4095165 4321151 * @key intermittent * @summary synopsis: activator should restart daemon services * @author Ann Wollrath * * @library ../../../testlibrary --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* @test ! * @bug 4095165 4321151 8085192 * @key intermittent * @summary synopsis: activator should restart daemon services * @author Ann Wollrath * * @library ../../../testlibrary
*** 126,138 **** RMID rmid = null; RestartService unicastObj = null; try { ! RMID.removeLog(); ! rmid = RMID.createRMID(); ! rmid.start(); /* Cause activation groups to have a security policy that will * allow security managers to be downloaded and installed */ Properties p = new Properties(); --- 126,136 ---- RMID rmid = null; RestartService unicastObj = null; try { ! rmid = RMID.launch(); /* Cause activation groups to have a security policy that will * allow security managers to be downloaded and installed */ Properties p = new Properties();
< prev index next >