reverting rev 818936 re: issue AMQ-2414

git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@820012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2009-09-29 16:16:31 +00:00
parent f53358fb55
commit 7e551e100e
1 changed files with 1 additions and 1 deletions

View File

@ -103,8 +103,8 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
JDBCPersistenceAdapter.log("Failure details: ", e);
}
}
c.getConnection().commit();
}
c.getConnection().commit();
} finally {
try {
s.close();