Anyone know what this warning means? It doesn't seem to be affecting my app and the update actually works. This update is done within a MDB.
 
 23:09:29,546 WARN  [LocalTxConnectionManager$LocalConnectionEventListener] prepare called on a local tx. You are not getting the semantics you expect!
It occurs just after a successful pstmt.executeUpdate() ...
 
   update = "UPDATE Tasks SET state = ?, end_time = "
            + "(SELECT CURRENT_TIMESTAMP), errors = ?, warnings = ? "
            + "WHERE build_id = ?";
 
Any help much appreciated.

Reply via email to