[jboss-cvs] JBossAS SVN: r64418 - trunk/ejb3/src/resources/test-configs/localfromremote2/conf.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 1 18:58:32 EDT 2007


Author: bdecoste
Date: 2007-08-01 18:58:32 -0400 (Wed, 01 Aug 2007)
New Revision: 64418

Modified:
   trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml
Log:
[EJBTHREE-1019] fixed jboss.system:service=ServiceBindingManager config

Modified: trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml	2007-08-01 22:51:03 UTC (rev 64417)
+++ trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml	2007-08-01 22:58:32 UTC (rev 64418)
@@ -186,7 +186,7 @@
    <mbean code="org.jboss.services.binding.ServiceBindingManager"
      name="jboss.system:service=ServiceBindingManager">
      <attribute name="ServerName">ports-01</attribute>
-     <attribute name="StoreURL">../docs/examples/binding-manager/sample-bindings.xml</attribute>
+     <attribute name="StoreURL">docs/examples/binding-manager/sample-bindings.xml</attribute>
      <attribute name="StoreFactoryClassName">
        org.jboss.services.binding.XMLServicesStoreFactory
      </attribute>




More information about the jboss-cvs-commits mailing list