Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 37894 invoked from network); 7 Sep 2006 07:24:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 07:24:51 -0000 Received: (qmail 1176 invoked by uid 500); 7 Sep 2006 07:24:40 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 1149 invoked by uid 500); 7 Sep 2006 07:24:39 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 1138 invoked by uid 99); 7 Sep 2006 07:24:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 00:24:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.86.89.65] (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 00:24:38 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=hNHnhbUPGLgvhAOOCijJmQLwpKOYf7H8+77Gyv45ivTCeZnVVp7oatUGrai7NnE5; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:In-Reply-To:X-MimeOLE:Importance:X-ELNK-Trace:X-Originating-IP; Received: from [71.243.97.254] (helo=friedman) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GLEFF-0000Hn-2I for user@struts.apache.org; Thu, 07 Sep 2006 03:24:17 -0400 From: "David Friedman" To: "Struts Users Mailing List" Subject: RE: [HELP][S2] spring configuration of hibernate Date: Thu, 7 Sep 2006 03:24:35 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Importance: Normal X-ELNK-Trace: b135f2a34802a90f6f36dc87813833b2866e14058d4cf7af2136d90531ce1196acd9a14569418faa350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.243.97.254 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I do things a little differently in my spring 2.0 + hibernate3.2.0.cr2 config (and it sure looks like you are using a spring 2.0 release candidate to get the destroy-method attribute). Just note that my someDAO name of class example.MyHibernateDAOImpl extends HibernateDAOSupport and implements example.MyHibernateDAO like in the spring-hibernate3 examples. Your config goes a slightly different route. And yes, I changed from MySQL to Derby just last week. org.apache.derby.jdbc.EmbeddedDriver jdbc:derby:springexample;create=true update org.hibernate.dialect.DerbyDialect true 'T', false 'F' guess again true 5 20 600 50 true jta example.graph.Category example.MyHibernateObj --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org