Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 57004 invoked from network); 22 Oct 2008 17:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2008 17:24:22 -0000 Received: (qmail 62207 invoked by uid 500); 22 Oct 2008 17:24:25 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 62148 invoked by uid 500); 22 Oct 2008 17:24:25 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 62139 invoked by uid 99); 22 Oct 2008 17:24:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2008 10:24:25 -0700 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; Wed, 22 Oct 2008 17:23:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D115B23888A3; Wed, 22 Oct 2008 10:23:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r707141 - /cxf/branches/2.0.x-fixes/ Date: Wed, 22 Oct 2008 17:23:21 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081022172321.D115B23888A3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Oct 22 10:23:21 2008 New Revision: 707141 URL: http://svn.apache.org/viewvc?rev=707141&view=rev Log: Blocked revisions 696449,696452,701525,702191,703162,703524,703550,703817,704938 via svnmerge ................ r696449 | dkulp | 2008-09-17 17:17:25 -0400 (Wed, 17 Sep 2008) | 9 lines Merged revisions 691338 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r691338 | bimargulies | 2008-09-02 14:15:05 -0400 (Tue, 02 Sep 2008) | 2 lines When not using 'soap encoding', map Character objects to xsd:strings. ........ ................ r696452 | dkulp | 2008-09-17 17:23:03 -0400 (Wed, 17 Sep 2008) | 9 lines Merged revisions 696016 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r696016 | dkulp | 2008-09-16 15:26:11 -0400 (Tue, 16 Sep 2008) | 2 lines Get the policy off the correct operation info ........ ................ r701525 | dkulp | 2008-10-03 16:46:40 -0400 (Fri, 03 Oct 2008) | 9 lines Merged revisions 700507 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r700507 | sergeyb | 2008-09-30 11:47:51 -0400 (Tue, 30 Sep 2008) | 1 line Updating EndpointReferenceUtils.setPortName to recognize DOM Elements and getServiceName to accept the older ServiceName namespace ........ ................ r702191 | sergeyb | 2008-10-06 12:19:42 -0400 (Mon, 06 Oct 2008) | 1 line Minor fix to AbstractDataBinding so that no schema conflicts occur ................ r703162 | ningjiang | 2008-10-09 09:23:08 -0400 (Thu, 09 Oct 2008) | 9 lines Merged revisions 703150 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r703150 | ningjiang | 2008-10-09 20:21:55 +0800 (Thu, 09 Oct 2008) | 1 line Added my public key ........ ................ r703524 | dkulp | 2008-10-10 13:07:18 -0400 (Fri, 10 Oct 2008) | 9 lines Merged revisions 703513 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r703513 | sergeyb | 2008-10-10 12:16:03 -0400 (Fri, 10 Oct 2008) | 1 line Initial support for schema validation and xsi:schemaLocation ........ ................ r703550 | dkulp | 2008-10-10 14:25:49 -0400 (Fri, 10 Oct 2008) | 9 lines Merged revisions 703548 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r703548 | dkulp | 2008-10-10 14:22:59 -0400 (Fri, 10 Oct 2008) | 3 lines [CXF-1849] Just log policy issues on outbound. Patch from Fred Dushin applied. ........ ................ r703817 | ningjiang | 2008-10-12 09:38:33 -0400 (Sun, 12 Oct 2008) | 9 lines Merged revisions 703791 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r703791 | bimargulies | 2008-10-12 19:49:02 +0800 (Sun, 12 Oct 2008) | 2 lines Very first cut at Aegis+JAX-RS. ........ ................ r704938 | dkulp | 2008-10-15 11:05:17 -0400 (Wed, 15 Oct 2008) | 9 lines Merged revisions 704937 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r704937 | dkulp | 2008-10-15 10:59:50 -0400 (Wed, 15 Oct 2008) | 3 lines Work around https://jaxb.dev.java.net/issues/show_bug.cgi?id=557 if JAXB 2.1.8 is used instead of 2.1.7. ........ ................ Modified: cxf/branches/2.0.x-fixes/ (props changed) Propchange: cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.