Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 5290 invoked from network); 18 Jul 2009 10:11:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jul 2009 10:11:08 -0000 Received: (qmail 24717 invoked by uid 500); 18 Jul 2009 10:12:14 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 24696 invoked by uid 500); 18 Jul 2009 10:12:14 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 24686 invoked by uid 99); 18 Jul 2009 10:12:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2009 10:12:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2009 10:12:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 65EBB2388892; Sat, 18 Jul 2009 10:11:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r795336 - /incubator/empire-db/trunk/CHANGELOG.txt Date: Sat, 18 Jul 2009 10:11:51 -0000 To: empire-db-commits@incubator.apache.org From: doebele@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090718101151.65EBB2388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: doebele Date: Sat Jul 18 10:11:51 2009 New Revision: 795336 URL: http://svn.apache.org/viewvc?rev=795336&view=rev Log: EMPIREDB-29 Modified: incubator/empire-db/trunk/CHANGELOG.txt Modified: incubator/empire-db/trunk/CHANGELOG.txt URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/CHANGELOG.txt?rev=795336&r1=795335&r2=795336&view=diff ============================================================================== --- incubator/empire-db/trunk/CHANGELOG.txt (original) +++ incubator/empire-db/trunk/CHANGELOG.txt Sat Jul 18 10:11:51 2009 @@ -15,8 +15,13 @@ - Maven project management - New database handlers for Apache Derby, H2, PostgreSQL - New Examples showing WebService integration using Apache CXF +- Empire-DB Struts2-Extentions' dependencies updated from Struts 2.0.11 to Struts 2.1.6 Issues resolved: +EMPIREDB-45 - [S/I]: Update struts extentions to accomodate latest struts release +EMPIREDB-44 - [C/B]: error using apache derby and CLOB datatype +EMPIREDB-42 - [C/I]: Extend DBReader to provide query results in a hash set +EMPIREDB-40 - [C/B]: Postgresql cast problem EMPIREDB-37 - [C/N]: PostgreSQL "BLOB" type not exist but is possible to create a "bytea" column EMPIREDB-36 - [E/N]: New WebServices integration example using Apache CXF EMPIREDB-34 - [C/I]: Add support for stmt.executeUpdate with Statement.RETURN_GENERATED_KEYS instead of getPostInsertAutoIncValue()