-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
The trace shown above was related to the introduction of test logic for JBAS-5349 which has since been resolved.
However, two tests are still failing and the test logic is still suspect.
testPassivateAfterCommit_storeNotFlushedTrue
testPassivateAfterCommit_storeNotFlushedFalse
Table not found in statement [update AStoreNotFlushedFalse set name=? where id=?]
java.sql.SQLException: Table not found in statement [update AStoreNotFlushedFalse set name=? where id=?]
Table not found in statement [update AStoreNotFlushedTrue set name=? where id=?]
java.sql.SQLException: Table not found in statement [update AStoreNotFlushedTrue set name=? where id=?]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.<init>(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source)
at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.doPrepareStatement(BaseWrapperManagedConnection.java:465)
at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.prepareStatement(BaseWrapperManagedConnection.java:453)
at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:243)
at org.jboss.test.cmp2.jbas979.FacadeSessionBean.updateDB(FacadeSessionBean.java:103)