Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 96476 invoked from network); 22 May 2009 00:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 00:18:42 -0000 Received: (qmail 38856 invoked by uid 500); 22 May 2009 00:18:55 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 38820 invoked by uid 500); 22 May 2009 00:18:54 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Delivered-To: moderator for derby-user@db.apache.org Received: (qmail 29529 invoked by uid 99); 21 May 2009 17:53:37 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nicholas.dipasquale@gmail.com designates 209.85.217.173 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=uDhtFlroJtJeJlrahUajCyBzZY+KWmJ45yeFEIjRZ/4=; b=XLbaCalePJT9nc9j2lXsMP87vSStCokd4tV7TGJM1JqwderMkFxBJOVS4HL0sIUxXr MDTx8KZGmRtbIEj13Bi/eIF/tlnp7zuwZzjqBphGHh7DEP5BsgWbz9d+hF6QpZh/Dy4e BdF62qmgN5TbEu/VGb3j372VAS8gDuGC0stQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=O3Jzr7ML+BQbKX+Y4sS4GiI9D5S4l1MxLFlihMgFzNgEpgnX70/b0CFaxew2jVeNUW 7YJrKAhWnp8zQC6E0qxmA64JkyeXQq+8ZUU3AjrADeVXOhZYzvHtYiNRaQot7HvauQ9b 1vTgzSm21xrosDkMA+2akE8wSfunJBs5sswE0= MIME-Version: 1.0 Date: Thu, 21 May 2009 13:53:07 -0400 Message-ID: <95b72a290905211053u64739f7q5695aa78207f2de8@mail.gmail.com> Subject: Embedded Derby w/Hibernate From: Nicola DiPasquale To: derby-user@db.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am attempting to use an embedded Derby instance wrapped with Hibernate and Hibernate Annotations. However, after the tables are initialized by Hibernate, the first time that I attempt to access the tables Derby throws exceptions that claims the tables and views do not exist. When I restart the application everything works fine (because the tables already exist in the database on load). How can I possibly alleviate this problem (without pulling Derby out into server mode)? Thanks. -Nick DiPasquale