Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 74524 invoked from network); 6 Sep 2005 23:17:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 23:17:31 -0000 Received: (qmail 16833 invoked by uid 500); 6 Sep 2005 23:17:25 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 16784 invoked by uid 500); 6 Sep 2005 23:17:25 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 16771 invoked by uid 99); 6 Sep 2005 23:17:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 16:17:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.105.43.194] (HELO mailserver.invoqsystems.com) (69.105.43.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2005 16:17:37 -0700 Received: from [192.168.168.224] ([24.68.236.101]) by mailserver.invoqsystems.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 16:17:22 -0700 Message-ID: <431E2381.7010509@invoqsystems.com> Date: Tue, 06 Sep 2005 16:17:21 -0700 From: "Dustin N. Jenkins" User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Cocoon Hangs with OpenSessionInViewFilter References: <43189711.8020004@invoqsystems.com> <318781c50b6e4e630aacfbf59384f171@wrinkledog.com> <50108928050902113958b94619@mail.gmail.com> <4318AAB2.7040004@invoqsystems.com> <43198764.8080801@mobilebox.pl> In-Reply-To: <43198764.8080801@mobilebox.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2005 23:17:22.0603 (UTC) FILETIME=[22AA6FB0:01C5B339] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That's exactly what I have actually. I'm still not clear as to what C3P0 handles, but if I'm indeed using the data source as laid out below, and injecting that into my Hibernate Session Factory, which is then being injected into my DAOs, does it mean I'm not using C3P0? Anyway, adding a c3p0.properties as I mentioned below and trying some tuning didn't help at all. Thanks, Dustin Leszek Gawron wrote: > Dustin N. Jenkins wrote: > >> I'm using the default c3p0 pooling, so I think I'll try adding a >> c3p0.properties to try and work it out a little bit. My >> cocoon-ehcache-1.* files both have a size of zero, but I deleted them >> anyway with no good result. I've never seen this before and I'm >> worried it's the way my code is working. I'm deleting a collection >> of entities, then creating a new list of them. I don't explicitly >> open sessions as everything is taken care of via Spring and carried >> over to Cocoon with the OpenSessionInViewFilter. > > Just for "fun" try switching to DBCP and see if your error occurs. > Here you have a configuration snippet. > > destroy-method="close"> > > ${db.driver} > > > ${db.url} > > > ${db.username} > > > ${db.password} > > > -- Dustin N. Jenkins Application Developer Invoq Systems, Inc. AlarmPoint - Guaranteed Event Resolution #216 - 852 Fort Street Victoria, BC V8W 1H8 Tel: (250) 380-0304 djenkins@invoqsystems.com http://www.invoqsystems.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org