[jboss-jira] [JBoss JIRA] Commented: (JBAS-4694) Upgrade hsqldb to v1.8.0.8 (from 1.8.0.2)
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 03:53:41 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4694?page=comments#action_12378721 ]
Dimitris Andreadis commented on JBAS-4694:
------------------------------------------
Brian has found a workaround:
"there was a simple workaround. I pass a "-silent true" property to hsqldb when I start it and the offending print method never gets invoked. You lose the logging from the db, but that's probably a benefit. :-) I've only used the very verbose logging once.
I've checked in that fix, but that's a pretty big huge and stupid bug in hsqldb; don't know if it's serious enough to disqualify the upgrade."
Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/DBSetup.java
Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/testbeancluster/test/DBSetup.java
try
{
// Create startup arguments
+ // BES 2007/09/25 We use -silent true to avoid
+ // http://sourceforge.net/tracker/index.php?func=detail&aid=1673747&group_id=23316&atid=378131
String[] args = {
"-database",
dbPath.toString(),
"-port",
String.valueOf(1701),
"-silent",
- "false",
+ "true",
"-trace",
"false",
"-no_system_exit",
> Upgrade hsqldb to v1.8.0.8 (from 1.8.0.2)
> -----------------------------------------
>
> Key: JBAS-4694
> URL: http://jira.jboss.com/jira/browse/JBAS-4694
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Other
> Affects Versions: JBossAS-4.2.1.GA
> Reporter: Dimitris Andreadis
> Assigned To: Dimitris Andreadis
> Priority: Critical
> Fix For: JBossAS-4.2.2.GA
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list