[hornetq-commits] JBoss hornetq SVN: r10518 - trunk/examples/common/src/org/hornetq/common/example.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 15 06:13:11 EDT 2011


Author: ataylor
Date: 2011-04-15 06:13:11 -0400 (Fri, 15 Apr 2011)
New Revision: 10518

Modified:
   trunk/examples/common/src/org/hornetq/common/example/HornetQExample.java
Log:
fixed examples

Modified: trunk/examples/common/src/org/hornetq/common/example/HornetQExample.java
===================================================================
--- trunk/examples/common/src/org/hornetq/common/example/HornetQExample.java	2011-04-15 10:03:01 UTC (rev 10517)
+++ trunk/examples/common/src/org/hornetq/common/example/HornetQExample.java	2011-04-15 10:13:11 UTC (rev 10518)
@@ -160,7 +160,7 @@
                                                 "FAILED::",
                                                 config,
                                                 debugServer,
-            "distribution/src/main/resources/config/stand-alone/non-clustered/hornetq-beans.xml");
+                                                "hornetq-beans.xml");
    }
 
    protected void reStartServer(final int index) throws Exception
@@ -180,7 +180,7 @@
                                                 "FAILED::",
                                                 config,
                                                 debugServer,
-            "distribution/src/main/resources/config/stand-alone/non-clustered/hornetq-beans.xml");
+                                                "hornetq-beans.xml");
    }
 
    protected void startServers() throws Exception



More information about the hornetq-commits mailing list