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.3
            Reporter: Karl Wright
            Priority: Minor


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to