Return-Path: X-Original-To: apmail-empire-db-commits-archive@www.apache.org Delivered-To: apmail-empire-db-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2A91EF68 for ; Mon, 4 Feb 2013 14:06:15 +0000 (UTC) Received: (qmail 24063 invoked by uid 500); 4 Feb 2013 14:06:15 -0000 Delivered-To: apmail-empire-db-commits-archive@empire-db.apache.org Received: (qmail 23807 invoked by uid 500); 4 Feb 2013 14:06:15 -0000 Mailing-List: contact commits-help@empire-db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@empire-db.apache.org Delivered-To: mailing list commits@empire-db.apache.org Received: (qmail 23737 invoked by uid 500); 4 Feb 2013 14:06:14 -0000 Delivered-To: apmail-incubator-empire-db-commits@incubator.apache.org Received: (qmail 23729 invoked by uid 99); 4 Feb 2013 14:06:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 14:06:14 +0000 Date: Mon, 4 Feb 2013 14:06:14 +0000 (UTC) From: =?utf-8?Q?Rainer_D=C3=B6bele_=28JIRA=29?= To: empire-db-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (EMPIREDB-31) advanced sample throws SQLException (wrong db user) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/EMPIREDB-31?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Rainer D=C3=B6bele closed EMPIREDB-31. --------------------------------- Cleanup of unclosed issues. =20 > 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: Francis De Brabandere > Assignee: Rainer D=C3=B6bele > Fix For: empire-db-2.0.5-incubating > > > running the advanced example gives me: > java.lang.RuntimeException: java.sql.SQLException: User not found: JDBC:H= SQLDB:FILE:HSQLDB/SAMPLE;SHUTDOWN=3DTRUE > this is because SampleAdvConfig has the wrong value as user: > is: > private String jdbcUser =3D "jdbc:hsqldb:file:hsqldb/sample;shutdown=3Dtr= ue"; > should be: > private String jdbcUser =3D "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. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira