Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 99180 invoked from network); 30 May 2008 16:36:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 16:36:43 -0000 Received: (qmail 73480 invoked by uid 500); 30 May 2008 16:36:45 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 73359 invoked by uid 500); 30 May 2008 16:36:45 -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 73350 invoked by uid 99); 30 May 2008 16:36:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 09:36:45 -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; Fri, 30 May 2008 16:35:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 48A9F2388A15; Fri, 30 May 2008 09:36:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661783 - /cxf/branches/2.0.x-fixes/ Date: Fri, 30 May 2008 16:36:19 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080530163619.48A9F2388A15@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri May 30 09:36:18 2008 New Revision: 661783 URL: http://svn.apache.org/viewvc?rev=661783&view=rev Log: Blocked revisions 659148,659419,659686-659687,660076,660086,660199,660230,660260,660331,660620,660949,661175,661367,661406,661421-661422,661440,661443,661447,661456,661530,661674 via svnmerge ........ r659148 | bimargulies | 2008-05-22 12:34:46 -0400 (Thu, 22 May 2008) | 2 lines Some more testing of recent changes to attribute qualification in Aegis. ........ r659419 | gawor | 2008-05-23 00:34:12 -0400 (Fri, 23 May 2008) | 1 line switch to jaxws 2.1 api from Geronimo ........ r659686 | bimargulies | 2008-05-23 18:10:21 -0400 (Fri, 23 May 2008) | 2 lines Add a dynamic client that is full JAX-WS. ........ r659687 | bimargulies | 2008-05-23 18:10:57 -0400 (Fri, 23 May 2008) | 2 lines Add at least a tiny test for JAX-WS Dynamic Clients. ........ r660076 | bimargulies | 2008-05-25 22:10:46 -0400 (Sun, 25 May 2008) | 4 lines Regress CXF-1603 in preparation for a real test of the JAX-WS DynamicClientFactory. Rename the Jaxws dynamic client factory to JaxWsDynamicClientFactory. ........ r660086 | ffang | 2008-05-25 22:30:28 -0400 (Sun, 25 May 2008) | 1 line [CXF-1606]wsdl_first_https sample doesn't work caused by the Certificate we are using expired ........ r660199 | bimargulies | 2008-05-26 10:29:17 -0400 (Mon, 26 May 2008) | 5 lines Make the WSDLServiceBuilder complain when a part references an element that isn't in the schema. Correct violations of this in a small host of WSDLs. Try to create a unit test for a no-body-part service using the JaxWs dynamic client, but fail due to a wsdl4j bug that turns a 'type' part into a bogus 'element' part. ........ r660230 | eglynn | 2008-05-26 13:01:16 -0400 (Mon, 26 May 2008) | 2 lines Added a no-op PolicyInterceptorProvider so as to prevent the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes invoved (e.g. via a WSPolicyFeature applied to the bean). ........ r660260 | bimargulies | 2008-05-26 14:17:04 -0400 (Mon, 26 May 2008) | 2 lines A maven plugin that runs the wsdl validator. ........ r660331 | bimargulies | 2008-05-26 19:08:39 -0400 (Mon, 26 May 2008) | 3 lines Improve the validator plugin, but turn it off in the build. Fix an old JIRA about output encodings. ........ r660620 | dkulp | 2008-05-27 13:27:43 -0400 (Tue, 27 May 2008) | 2 lines Add svn:ignore ........ r660949 | dkulp | 2008-05-28 09:37:50 -0400 (Wed, 28 May 2008) | 2 lines Merge jgenenders fix from the 2.0.x branch to trunk ........ r661175 | bimargulies | 2008-05-28 21:53:19 -0400 (Wed, 28 May 2008) | 3 lines Make the strange Sun OpenOffice SwA WSDL work when pushed through the entire wsdl2java->ServiceWSDLBuilder->DynamicClientFactory universe. ........ r661367 | dkulp | 2008-05-29 11:43:33 -0400 (Thu, 29 May 2008) | 2 lines Update to latest pmd plugin ........ r661406 | dkulp | 2008-05-29 13:06:18 -0400 (Thu, 29 May 2008) | 2 lines [CXF-1611] Fix corba tests to use the cataloged schemas ........ r661421 | gawor | 2008-05-29 13:59:20 -0400 (Thu, 29 May 2008) | 1 line geronimo jaxws api is now released ........ r661422 | gawor | 2008-05-29 13:59:32 -0400 (Thu, 29 May 2008) | 1 line geronimo jaxws api is now released ........ r661440 | eglynn | 2008-05-29 15:24:18 -0400 (Thu, 29 May 2008) | 2 lines Added an id attribute to the schema declaration for the feature, so as to allow this element to be Spring-loaded in standalone form, i.e decoupled from a or bean. ........ r661443 | dkulp | 2008-05-29 15:33:54 -0400 (Thu, 29 May 2008) | 2 lines [CXF-1598] Grab the qualification for the asm created wrapper beans from the schema. ........ r661447 | dkulp | 2008-05-29 15:43:40 -0400 (Thu, 29 May 2008) | 2 lines Add the template that is used for the attachment report ........ r661456 | dkulp | 2008-05-29 16:07:57 -0400 (Thu, 29 May 2008) | 2 lines Only include jiras updated in the last 4 weeks. ........ r661530 | bimargulies | 2008-05-29 19:38:04 -0400 (Thu, 29 May 2008) | 2 lines Add test case for mysterious missing element from Xml schema. ........ r661674 | bimargulies | 2008-05-30 08:07:42 -0400 (Fri, 30 May 2008) | 2 lines Add test case for missing element to the JAX-WS test. ........ Modified: cxf/branches/2.0.x-fixes/ (props changed) Propchange: cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.