[jboss-cvs] JBossAS SVN: r63579 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 20 08:14:05 EDT 2007


Author: wolfc
Date: 2007-06-20 08:14:05 -0400 (Wed, 20 Jun 2007)
New Revision: 63579

Modified:
   trunk/ejb3/build-test.xml
Log:
Wait for the proper shutdown message


Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-20 11:53:47 UTC (rev 63578)
+++ trunk/ejb3/build-test.xml	2007-06-20 12:14:05 UTC (rev 63579)
@@ -99,7 +99,7 @@
             <available file="server.log">
                <filepath>
                   <fileset dir="${jboss.dist}/server/@{conf}/log/" includes="server.log">
-                     <contains text="[org.jboss.system.server.Server] Shutdown complete"/>
+                     <contains text="[org.jboss.system.server.profileservice.ServerImpl] Shutdown complete"/>
                   </fileset>
                </filepath>
             </available>




More information about the jboss-cvs-commits mailing list