[jboss-svn-commits] JBL Code SVN: r23742 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/install/conf.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 6 05:36:32 EST 2008


Author: kevin.conner at jboss.com
Date: 2008-11-06 05:36:32 -0500 (Thu, 06 Nov 2008)
New Revision: 23742

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/install/conf/jbossesb-properties.xml
Log:
Fixed interceptors: JBESB-2160

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/install/conf/jbossesb-properties.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/install/conf/jbossesb-properties.xml	2008-11-06 10:32:03 UTC (rev 23741)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/install/conf/jbossesb-properties.xml	2008-11-06 10:36:32 UTC (rev 23742)
@@ -45,9 +45,12 @@
     	<property name="org.jboss.soa.esb.registry.password" value="password"/>
     	<!-- the following parameter is scout specific to set the type of communication between scout and the UDDI (embedded, rmi, soap) -->
     	<property name="org.jboss.soa.esb.scout.proxy.transportClass" value="org.apache.ws.scout.transport.LocalTransport"/>
-        <!-- specify the interceptors, in order -->
+
+        <!-- specify the interceptors, in order. -->
         <property name="org.jboss.soa.esb.registry.interceptors"
                 value="org.jboss.internal.soa.esb.services.registry.CachingRegistryInterceptor"/>
+		-->
+
         <!-- The following properties modify the cache interceptor behaviour -->
         <property name="org.jboss.soa.esb.registry.cache.maxSize" value="100"/>
         <property name="org.jboss.soa.esb.registry.cache.validityPeriod" value="600000"/>




More information about the jboss-svn-commits mailing list