[jboss-svn-commits] JBL Code SVN: r6250 - labs/jbossesb/branches/JBESB_4_0_Beta1_maint/product/core/common/src/org/jboss/soa/esb/notification
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Sep 16 16:17:01 EDT 2006
Author: mohit309
Date: 2006-09-16 16:17:00 -0400 (Sat, 16 Sep 2006)
New Revision: 6250
Modified:
labs/jbossesb/branches/JBESB_4_0_Beta1_maint/product/core/common/src/org/jboss/soa/esb/notification/NotifySqlTable.java
Log:
Corrected method names to reflect full logical names
Modified: labs/jbossesb/branches/JBESB_4_0_Beta1_maint/product/core/common/src/org/jboss/soa/esb/notification/NotifySqlTable.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_0_Beta1_maint/product/core/common/src/org/jboss/soa/esb/notification/NotifySqlTable.java 2006-09-16 20:16:27 UTC (rev 6249)
+++ labs/jbossesb/branches/JBESB_4_0_Beta1_maint/product/core/common/src/org/jboss/soa/esb/notification/NotifySqlTable.java 2006-09-16 20:17:00 UTC (rev 6250)
@@ -109,7 +109,7 @@
try {
oConn = new JdbcCleanConn(new SimpleDataSource(m_sDriver, m_sURL, m_sUser, m_sPwd));
PreparedStatement PS = oConn.prepareStatement(getInsertStmt());
- oConn.execUpdWait(PS, 3);
+ oConn.execUpdateWait(PS, 3);
oConn.commit();
} catch (Exception e) {
e.printStackTrace(System.err);
More information about the jboss-svn-commits
mailing list