Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3319: catch and ignore SQLException thrown when isClosed() condition is checked on Statement. Exemplary stacktrace below.

2014-10-10 20:21:35,092 ERROR [com.tacitknowledge.util.migration.jdbc.util.SqlUtil] (MSC service thread 1-6) Error closing Statement: java.sql.SQLException: The statement is closed.

at org.jboss.jca.adapters.jdbc.WrappedStatement.checkState(WrappedStatement.java:1324)

at org.jboss.jca.adapters.jdbc.WrappedStatement.getUnderlyingStatement(WrappedStatement.java:1239)

at org.jboss.jca.adapters.jdbc.WrappedStatement.getWrappedObject(WrappedStatement.java:1255)

at org.jboss.jca.adapters.jdbc.WrappedStatement.isClosed(WrappedStatement.java:1159)

at com.tacitknowledge.util.migration.jdbc.util.SqlUtil.close(SqlUtil.java:89)

LDEV-3319: Record changes made by jliew (http://code.lamsfoundation.org/fisheye/browse/otherlams/autopatch) on top of autopatch-1.4.2-lams version.

  1. … 3 more files in changeset.
LDEV-3319: add 'autopatch-1.4.2' and 'discovery-1.0.5' libraries to 3rdParty_sources. Libraries are commited as is - with build scripts, sources code, tests and resources to enable later modificaiton and build. Sources were taken from github projects, rewinded to last available version tag (autopatch-1.4.2, discovery-1.0.5) and detached from tacitknowledge repo.

    • -0
    • +53
    ./com/tacitknowledge/util/migration/AutopatchRegistry.java
    • -0
    • +143
    ./com/tacitknowledge/util/migration/MigrationBroadcaster.java
    • -0
    • +46
    ./com/tacitknowledge/util/migration/MigrationContext.java
    • -0
    • +45
    ./com/tacitknowledge/util/migration/MigrationException.java
    • -0
    • +67
    ./com/tacitknowledge/util/migration/MigrationListener.java
    • -0
    • +819
    ./com/tacitknowledge/util/migration/MigrationProcess.java
    • -0
    • +47
    ./com/tacitknowledge/util/migration/MigrationTask.java
    • -0
    • +37
    ./com/tacitknowledge/util/migration/MigrationTaskSource.java
    • -0
    • +130
    ./com/tacitknowledge/util/migration/MigrationTaskSupport.java
  1. … 194 more files in changeset.