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/12/27 11:55:44 UTC

[jira] Reopened: (EMPIREDB-31) advanced sample throws SQLException (wrong db user)

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

francisdb reopened EMPIREDB-31:
-------------------------------


java source file code still needs a fix

> advanced sample throws SQLException (wrong db user)
> ---------------------------------------------------
>
>                 Key: EMPIREDB-31
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-31
>             Project: Empire-DB
>          Issue Type: Bug
>          Components: Core
>            Reporter: francisdb
>            Assignee: Rainer Döbele
>
> running the advanced example gives me:
> java.lang.RuntimeException: java.sql.SQLException: User not found: JDBC:HSQLDB:FILE:HSQLDB/SAMPLE;SHUTDOWN=TRUE
> this is because SampleAdvConfig has the wrong value as user:
> is:
> private String jdbcUser = "jdbc:hsqldb:file:hsqldb/sample;shutdown=true";
> should be:
> private String jdbcUser = "sa";
> (I filed this issue before for the main example project, but it seems the advanced example has the same problem)

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