[ http://issues.apache.org/jira/browse/JS2-404?page=comments#action_12357192 ]
James Liao commented on JS2-404: -------------------------------- I've passed all the unit test cases with hsqldb-1.8.0.2 except portal statistics component(hsqldb does not seem to support the hard coding sql) and case TestAggregator and case TestRenderer in portal component. > Hsql db 1.7.1 does not support addBatch > --------------------------------------- > > Key: JS2-404 > URL: http://issues.apache.org/jira/browse/JS2-404 > Project: Jetspeed 2 > Type: Bug > Components: Persistence and DAO > Versions: 2.0-FINAL > Environment: WinXP, JDK1.4.2_10 > Reporter: James Liao > Attachments: hsqldb-upgrade.diff > > It seems that hsqldb-1.7.1 does not support addBatch, it always has the > following exception: > java.sql.SQLException: This function is not supported > at org.hsqldb.Trace.getError(Unknown Source) > at org.hsqldb.Trace.error(Unknown Source) > at org.hsqldb.jdbcPreparedStatement.getNotSupported(Unknown Source) > at org.hsqldb.jdbcPreparedStatement.addBatch(Unknown Source) > at > org.apache.commons.dbcp.DelegatingPreparedStatement.addBatch(DelegatingPreparedStatement. > java:171) > at > org.apache.jetspeed.statistics.impl.BatchedStatistics.flush(BatchedStatistics.java:166) > at > org.apache.jetspeed.statistics.impl.BatchedStatistics.checkAndDoFlush(BatchedStatistics.j > ava:81) > at > org.apache.jetspeed.statistics.impl.BatchedStatistics.run(BatchedStatistics.java:127) > at java.lang.Thread.run(Thread.java:534) > Upgrade to hsqldb-1.8.0.2 will solved it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
