You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/13 04:25:51 UTC

[jira] [Resolved] (CONNECTORS-209) HSQLDB driver does not know how to deal with remote HSQLDB instances

     [ https://issues.apache.org/jira/browse/CONNECTORS-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-209.
------------------------------------

    Resolution: Fixed

r1201399.  Still need to fix CONNECTORS-284 however.

                
> HSQLDB driver does not know how to deal with remote HSQLDB instances
> --------------------------------------------------------------------
>
>                 Key: CONNECTORS-209
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-209
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Framework core
>    Affects Versions: ManifoldCF 0.4
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: ManifoldCF 0.4
>
>
> The HSQLDB driver only knows how to work with local instances of HSQLDB.  This could be readily changed.  According to the HSQLDB team:
> > Regarding deployment options, HSQLDB is not just for embedded use and
> > can easily be run as a server. It would be nice if manifoldCF db access
> > does not inadvertently prevent this. So long as the url is not edited by
> > manifoldCF, the user can replace it with a client/server URL.
> >
> > URL for embedded jdbc:hsqldb:file:<file path>;hsqldb.shutdown=true URL
> > for client server jdbc:hsqldb:hsql:<server name and port>/dbname URL for
> > client server when server allows remote opening of databases
> > jdbc:hsqldb:hsql:<server name and port>/dbname;file:<file path>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira