You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "francisdb (JIRA)" <em...@incubator.apache.org> on 2008/11/10 16:47:44 UTC

[jira] Created: (EMPIREDB-28) SampleConfig in the demo application has invalid user

SampleConfig in the demo application has invalid user
-----------------------------------------------------

                 Key: EMPIREDB-28
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-28
             Project: Empire-DB
          Issue Type: Bug
            Reporter: francisdb
            Priority: Trivial


    private String jdbcUser = "jdbc:hsqldb:file:hsqldb/sample;shutdown=true";

but should be 

    private String jdbcUser = "sa";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (EMPIREDB-28) SampleConfig in the demo application has invalid user

Posted by "Jörg Reiher (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörg Reiher resolved EMPIREDB-28.
---------------------------------

       Resolution: Fixed
    Fix Version/s: empire-db-2.0.5-incubating

> SampleConfig in the demo application has invalid user
> -----------------------------------------------------
>
>                 Key: EMPIREDB-28
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-28
>             Project: Empire-DB
>          Issue Type: Bug
>            Reporter: francisdb
>            Priority: Trivial
>             Fix For: empire-db-2.0.5-incubating
>
>
>     private String jdbcUser = "jdbc:hsqldb:file:hsqldb/sample;shutdown=true";
> but should be 
>     private String jdbcUser = "sa";

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.