Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 83712 invoked from network); 17 Sep 2005 04:43:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Sep 2005 04:43:39 -0000 Received: (qmail 68964 invoked by uid 500); 17 Sep 2005 04:43:39 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 68807 invoked by uid 500); 17 Sep 2005 04:43:38 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 68796 invoked by uid 99); 17 Sep 2005 04:43:38 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2005 21:43:36 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id F2D9119F for ; Sat, 17 Sep 2005 06:43:34 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: docs@cocoon.apache.org Date: Sat, 17 Sep 2005 04:43:34 -0000 Message-ID: <20050917044334.23439.24556@ajax.apache.org> Subject: [Cocoon Wiki] Trivial Update of "GettingStartedWithCocoonAndHibernate" by JohnSchult X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification. The following page has been changed by JohnSchult: http://wiki.apache.org/cocoon/GettingStartedWithCocoonAndHibernate The comment on the change is: Added Hibernate config line to enable SQL output ------------------------------------------------------------------------------ == Random query monitoring tool == - It is useful to see what queries your mapping tool is actually generating under the hood. With Hibernate you can configure this in the configuration file. This is done as follows: + It is useful to see what queries your mapping tool is actually generating under the hood. With Hibernate you can configure this in the configuration file. The SQL generated will then be displayed in STDOUT. This is done as follows: {{{ - Please fill me in! + hibernate.show_sql=true }}} Alternatively most databases also offer query logging. See, for example: