[jboss-jira] [JBoss JIRA] Reopened: (JBAS-8330) org.jboss.jdbc.HypersonicDatabase stopping HSQLDB 2.0 throws Exception
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Apr 21 14:27:08 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene reopened JBAS-8330:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all unscheduled AS6 issues that are a year or less old. This will make it easier community members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate them.
> org.jboss.jdbc.HypersonicDatabase stopping HSQLDB 2.0 throws Exception
> ----------------------------------------------------------------------
>
> Key: JBAS-8330
> URL: https://issues.jboss.org/browse/JBAS-8330
> Project: Legacy JBoss Application Server 6
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-5.1.0.GA
> Environment: JBoss 5.1.0GA, HSQLDB 2.0
> Reporter: Ondrej Medek
> Priority: Minor
> Labels: hsqldb
> Fix For: No Release
>
>
> Hi,
> I have tried a new HSQLDB 2.0 with JBoss 5.1.0GA. It works fine. Just the org.jboss.jdbc.HypersonicDatabase.stopStandaloneDatabase() throws an exception:
> org.hsqldb.HsqlException: statement does not generate a result set
> I guess the code:
> statement.executeQuery(shutdownCommand);
> should be replaced by
> statement.executeUpdate(shutdownCommand);
> (But i have not tried it, though).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list