Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 60932 invoked from network); 11 May 2007 13:57:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 13:57:07 -0000 Received: (qmail 90359 invoked by uid 500); 11 May 2007 13:57:13 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 90328 invoked by uid 500); 11 May 2007 13:57:13 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 90319 invoked by uid 99); 11 May 2007 13:57:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 06:57:13 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kwsutter@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 06:57:06 -0700 Received: by wr-out-0506.google.com with SMTP id i31so1079044wra for ; Fri, 11 May 2007 06:56:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JbA4U42aL2unjIxeX8FivUmB5V9HPZgelAaraV38m2/mE9wcA01OVZEO/A8W9ZZZARe0GzAfQwLTQcJt4xbEgHRa4i94F5sz6pw448MrkFoaoHD8YpukA2ACsQ7Um7jRsx/VnV7gt/Z54+oBnRFhnai4W2ABSdggB2XpSBR2x+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=KekAI+yYyGZGWMPEXVC5S92R+5Gtf1ZVBY0b0y1KB7PS8zK0DSZVRkMH7AFKhTYwB4PkefKLVev4AkxZzlQTaoPx/0W9vrGR7IYa9jg9tnsf7tb8u12XQae1QHxTGi+17rzi439Qi0KxKKukOzOSAriDbf17+5t/h70vTUrfnEs= Received: by 10.114.130.1 with SMTP id c1mr970975wad.1178891800886; Fri, 11 May 2007 06:56:40 -0700 (PDT) Received: by 10.114.52.10 with HTTP; Fri, 11 May 2007 06:56:40 -0700 (PDT) Message-ID: <89c0c52c0705110656j5991f2a4l37e531ca5939610b@mail.gmail.com> Date: Fri, 11 May 2007 08:56:40 -0500 From: "Kevin Sutter" To: open-jpa-dev@incubator.apache.org Subject: Re: How do we know the entity is successfully deployed on appserver In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27939_33093814.1178891800832" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_27939_33093814.1178891800832 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Joshua, Most definitely you can ask user questions on this list. Thanks for posting. OpenJPA provides the ability to autogenerate the database tables at runtime via the SynchronizeMappings property in the persistence.xml. Here's an example usage: my.persistence.tests.inheritance.RootEntity my.persistence.tests.inheritance.LeafEntity my.persistence.tests.inheritance.AbstractEntity On 5/11/07, Joshua Jackson wrote: > > Dear all, > > How do I know whether an entity is successfully deployed on an > appserver? Usually I detect this by autogenerating tables in database. > Is there anyway I can autogenerate tables in database with OpenJPA? > I've searched in documentation but perhaps I have missed it when > reading it. > > Last but not least, am I allowed to ask user questions in this list? > Since this is a dev list. > > Thanks in advance > > -- > YM!: thejavafreak > Blog: http://www.nagasakti.or.id/roller/joshua/ > ------=_Part_27939_33093814.1178891800832--