[
https://jira.jboss.org/jira/browse/JBAS-6047?page=com.atlassian.jira.plug...
]
Ivo Studensky commented on JBAS-6047:
-------------------------------------
The affected tests are working again now.
It was a problem of my bad svn commit via subclipse. I repaired it from command line. And
definitely stopped using subclipse.
REGRESSION:
org.jboss.test.cmp2.jbas979.JBAS979UnitTestCase.testPassivateAfterCommit
------------------------------------------------------------------------------------
Key: JBAS-6047
URL:
https://jira.jboss.org/jira/browse/JBAS-6047
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Reporter: Shelly McGowan
Assignee: Ivo Studensky
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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira