Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 50033 invoked from network); 7 Oct 2006 20:08:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2006 20:08:15 -0000 Received: (qmail 39732 invoked by uid 500); 7 Oct 2006 20:08:14 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 39698 invoked by uid 500); 7 Oct 2006 20:08:14 -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 Received: (qmail 39680 invoked by uid 99); 7 Oct 2006 20:08:14 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Oct 2006 13:08:14 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=legolas.w@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.173] ([66.249.92.173:13741] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id FA/60-11753-B2908254 for ; Sat, 07 Oct 2006 13:08:12 -0700 Received: by ug-out-1314.google.com with SMTP id g33so462022ugd for ; Sat, 07 Oct 2006 13:08:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=grSaLBdTvmwhbbaCs+V7q0KdB7IvlVwkmapM/bpBlGxGbD452TnLBo7tkO9wGbyWT2LLWTw9qAomU7ttvWz87wyg7oPRTOMmfTQOr6/hJm0JZk9UDqHD7HwJDZ5wL9ywi9WjMDFwcn/GlFlk0okpowa9tnLYzUHMc6jDMjJXdkQ= Received: by 10.67.89.5 with SMTP id r5mr4852184ugl; Sat, 07 Oct 2006 13:08:07 -0700 (PDT) Received: from ?85.9.120.221? ( [85.9.120.221]) by mx.google.com with ESMTP id b35sm3665995ugd.2006.10.07.13.07.51; Sat, 07 Oct 2006 13:08:07 -0700 (PDT) Message-ID: <4528085A.4030902@gmail.com> Date: Sat, 07 Oct 2006 23:34:42 +0330 From: Legolas Woodland User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Derby Discussion Subject: Re: Persistence API can't find DB References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N michael.mouer@sherwin.com wrote: > Resolved - The derby.system.home directory was incorrectly defined. > > do you used derby.system.home in a properties object ? can you post the code snippet here. > Michael > > > > > > michael.mouer@sherwin.com > 10/07/2006 01:03 PM > Please respond to "Derby Discussion" > > > To: "Derby Discussion" > cc: > Subject: Persistence API can't find DB > > > I hope someone can help. > > When I start the Derby Server from within an application, using > NetworkServerControl, or from the > command line, using NetworkServerControl.bat, I ping the Derby Server > successfully, but the Persistence Unit can't find it. > > If I code the access myself instead of using the Persistence API it works > fine. > > Does anyone have an explanation and/or a work around so I can use JPA? > > Thanks, > > Michael > > > > > >