Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 7375 invoked from network); 8 May 2003 20:38:36 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 8 May 2003 20:38:36 -0000 Received: (qmail 2471 invoked by uid 97); 8 May 2003 20:40:36 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@nagoya.betaversion.org Received: (qmail 2464 invoked from network); 8 May 2003 20:40:35 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 8 May 2003 20:40:35 -0000 Received: (qmail 6419 invoked by uid 500); 8 May 2003 20:38:22 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 6408 invoked from network); 8 May 2003 20:38:22 -0000 Received: from ms-smtp-03.nyroc.rr.com (24.92.226.153) by daedalus.apache.org with SMTP; 8 May 2003 20:38:22 -0000 Received: from apache.org (roc-24-93-14-71.rochester.rr.com [24.93.14.71]) by ms-smtp-03.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h48KcQil003838 for ; Thu, 8 May 2003 16:38:28 -0400 (EDT) Message-ID: <3EBAC046.40504@apache.org> Date: Thu, 08 May 2003 16:38:30 -0400 From: Ted Husted Organization: Apache Software Foundation - Jakarta Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Struts Developers List Subject: Re: Yes, it's another VOTE: RELEASE STRUTS 1.1 WITH DBCP NIGHTLY BUILD References: <3EBAB461.4060609@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N So one thing that switching over to DBCP did for us was to gain support (or at least compilability) for the new additions to the Connection interface in Java 1.4. These are the SavePoint and Holdability methods, as well as the additional PreparedStatement signatures. The quick fix would be to have all of these throw an UnsupportedOperationException, as we did for other things GDS didn't support. That's what I'm trying now. If anyone were already using this in Struts 1.0, they wouldn't be using these features anyway. If we're not going to carry the DBCP forward into future releases, then rolling back to GDS seems to me like the best solution, since it retains backward compatibility and leaves us the least to do later. If I do get this to work, I will of course post a diff for feedback before committing anything back. Ted Husted wrote: > I'll try it now and see how it goes. > > David Graham wrote: > >> The easiest solution would be to include the last final release of >> DBCP. If everyone agrees on rolling back to GDS and someone >> volunteers to perform the changes, then it's fine with me. We haven't >> heard from many of the committers on this topic though. >> >> David > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-dev-help@jakarta.apache.org > > -- Ted Husted, Struts in Action --------------------------------------------------------------------- To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-dev-help@jakarta.apache.org