RULE pause HARMIServerImpl invoke CLASS org.jboss.ha.framework.server.HARMIServerImpl METHOD invoke IF TRUE DO System.out.println ( "PAUSED JBPAPP-8302" ); Thread.sleep ( 60 * 1000 ); ENDRULE # don't exit server before bug triggers RULE pause shutdown CLASS org.jboss.bootstrap.AbstractServerImpl METHOD shutdownServer AT EXIT IF TRUE DO System.out.println ( "PAUSED SHUTDOWN" ); Thread.sleep ( 60 * 1000 ); ENDRULE