[jboss-svn-commits] JBL Code SVN: r36444 - labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 17 04:41:53 EST 2010


Author: kevin.conner at jboss.com
Date: 2010-12-17 04:41:52 -0500 (Fri, 17 Dec 2010)
New Revision: 36444

Modified:
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml
Log:
Fix remote filesystem property names: JBESB-3546

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml	2010-12-17 09:30:56 UTC (rev 36443)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/Configuration.xml	2010-12-17 09:41:52 UTC (rev 36444)
@@ -1192,7 +1192,7 @@
 						</row>
 						
 						<row>
-							<entry>remoteFilesystemStrategy-class</entry>
+							<entry>remoteFileSystemStrategy-class</entry>
 							<entry>Override the remote file system strategy
 							       with a class that implements:
 							       <classname>org.jboss.soa.esb.listeners.gateway.remotestrategies.RemoteFileSystemStrategy</classname>.
@@ -1201,7 +1201,7 @@
 						</row>
 						
 						<row>
-							<entry>remoteFilesystemStrategy-configFile</entry>
+							<entry>remoteFileSystemStrategy-configFile</entry>
 							<entry>Specify a JBoss TreeCache configuration file on the local file 
                             system or one that exists on the classpath.  Defaults to looking for a 
                             file named <filename>/ftpfile-cache-config.xml</filename> which it 
@@ -1209,7 +1209,7 @@
 						</row>
 						
 						<row>
-							<entry>removeFilesystemStrategy-cacheListener</entry>
+							<entry>remoteFileSystemStrategy-cacheListener</entry>
 							<entry>Specifies an JBoss
 							       <classname>TreeCacheListener</classname>
 							       implementation to be used with the



More information about the jboss-svn-commits mailing list