[hornetq-commits] JBoss hornetq SVN: r7852 - in trunk: examples/jms/perf and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 20 17:57:35 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-20 17:57:35 -0400 (Thu, 20 Aug 2009)
New Revision: 7852

Added:
   trunk/examples/jms/perf/extra-libs/
Modified:
   trunk/build-hornetq.xml
   trunk/examples/jms/perf/
   trunk/examples/jms/perf/jndi.properties
   trunk/examples/jms/perf/server0/hornetq-configuration.xml
Log:
Fixing examples

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-08-20 19:58:23 UTC (rev 7851)
+++ trunk/build-hornetq.xml	2009-08-20 21:57:35 UTC (rev 7852)
@@ -672,7 +672,7 @@
             <include name="org/hornetq/core/version/**/*.class"/>
             <include name="org/hornetq/core/management/**/*.class"/>
             <!-- FIXME - why are these classes in the client jar ??? -->
-            <include name="org/hornetq/core/server/MessagingComponent.class"/>
+            <include name="org/hornetq/core/server/HornetQComponent.class"/>
             <include name="org/hornetq/core/server/JournalType.class"/>
             <include name="org/hornetq/core/journal/EncodingSupport.class"/>
             <include name="org/hornetq/core/server/ServerMessage.class"/>


Property changes on: trunk/examples/jms/perf
___________________________________________________________________
Name: svn:ignore
   - build

   + build
data


Modified: trunk/examples/jms/perf/jndi.properties
===================================================================
--- trunk/examples/jms/perf/jndi.properties	2009-08-20 19:58:23 UTC (rev 7851)
+++ trunk/examples/jms/perf/jndi.properties	2009-08-20 21:57:35 UTC (rev 7852)
@@ -1,3 +1,3 @@
 java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
-java.naming.provider.url=jnp://localhost:1199
+java.naming.provider.url=jnp://localhost:1099
 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

Modified: trunk/examples/jms/perf/server0/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/perf/server0/hornetq-configuration.xml	2009-08-20 19:58:23 UTC (rev 7851)
+++ trunk/examples/jms/perf/server0/hornetq-configuration.xml	2009-08-20 21:57:35 UTC (rev 7852)
@@ -21,7 +21,7 @@
       </acceptor>
    </acceptors>
 
-   <backup>true</backup>
+   <backup>false</backup>
    
    <security-enabled>false</security-enabled>
    



More information about the hornetq-commits mailing list