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 (Updated) (JIRA)" <ji...@apache.org> on 2011/10/16 22:24:11 UTC

[jira] [Updated] (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 updated CONNECTORS-209:
-----------------------------------

    Affects Version/s:     (was: ManifoldCF 0.3)
                       ManifoldCF 0.4
        Fix Version/s:     (was: ManifoldCF next)
                       ManifoldCF 0.4
             Assignee: Karl Wright

Picking this up in 0.4 since the HSQLDB group wanted us to look at doing it this way.

                
> 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