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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 8 01:45:12 EST 2010


Author: kevin.conner at jboss.com
Date: 2010-11-08 01:45:12 -0500 (Mon, 08 Nov 2010)
New Revision: 35897

Modified:
   labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_notifiers.xml
Log:
Fix NotifySqlTable name: JBESB-3529

Modified: labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_notifiers.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_notifiers.xml	2010-11-08 06:40:13 UTC (rev 35896)
+++ labs/jbossesb/branches/JBESB_4_9_CP/product/docs/Programmers_Guide/en-US/OOB-Actions/OOB_Actions_notifiers.xml	2010-11-08 06:45:12 UTC (rev 35897)
@@ -137,8 +137,8 @@
 &lt;/target&gt;</programlisting></example>
 </section>
 
-<section id="section-Notifier-NotifySQLTable">
-    <title>NotifySQLTable</title>
+<section id="section-Notifier-NotifySqlTable">
+    <title>NotifySqlTable</title>
     <informaltable>
         <tgroup align="left" cols="2" colsep="1" rowsep="1">
         <colspec colwidth="1*"/>
@@ -146,7 +146,7 @@
         <tbody>
             <row>
                 <entry>Class</entry>
-                    <entry><classname>NotifySQLTable</classname></entry>
+                    <entry><classname>NotifySqlTable</classname></entry>
                 </row>
                 <row>
                     <entry>Purpose</entry>
@@ -185,7 +185,7 @@
             </tbody>
         </tgroup>
     </informaltable>
-    <example><title>NotifySQLTable</title><programlisting language="XML" role="XML">&lt;target class="NotifySQLTable" driver-class="com.mysql.jdbc.Driver"
+    <example><title>NotifySqlTable</title><programlisting language="XML" role="XML">&lt;target class="NotifySqlTable" driver-class="com.mysql.jdbc.Driver"
 connection-url="jdbc:mysql://localhost/db"
 user-name="user"
 password="password"



More information about the jboss-svn-commits mailing list