From cxf-commits-return-3734-apmail-incubator-cxf-commits-archive=incubator.apache.org@incubator.apache.org Fri Nov 16 16:37:14 2007 Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 88658 invoked from network); 16 Nov 2007 16:37:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 16:37:14 -0000 Received: (qmail 82540 invoked by uid 500); 16 Nov 2007 16:37:01 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 82487 invoked by uid 500); 16 Nov 2007 16:37:00 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 82478 invoked by uid 99); 16 Nov 2007 16:37:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 08:37:00 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 16:36:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CEAF11A9832; Fri, 16 Nov 2007 08:36:52 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r595729 - /incubator/cxf/branches/2.0.x-fixes/ Date: Fri, 16 Nov 2007 16:36:52 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071116163652.CEAF11A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Nov 16 08:36:52 2007 New Revision: 595729 URL: http://svn.apache.org/viewvc?rev=595729&view=rev Log: Blocked revisions 593928,593955,593966,593985,594201,594309,594415,594532,595187,595208,595519 via svnmerge ........ r593928 | bimargulies | 2007-11-11 11:52:23 -0500 (Sun, 11 Nov 2007) | 4 lines Attempt to test Javascript message serialization. Sadly, apparently this is blocked on CXF-1197, or I'm just confused. ........ r593955 | bimargulies | 2007-11-11 15:54:36 -0500 (Sun, 11 Nov 2007) | 10 lines AbstractDependencyInjectingBlahBlah, on the one hand, introduces annoying JUnit 3 behavior, and on the other hand exists to provide a feature of dubious use: injecting dependencies \into the test/. Add a new test Abstract class that provides a more declarative mechanism for building tests that are wired with Spring, and which avoids this JUnit 3 confusion. And use it for the Javascript tests. ........ r593966 | bimargulies | 2007-11-11 16:53:46 -0500 (Sun, 11 Nov 2007) | 8 lines Create and declare an explicit request wrapper class for the first of the test methods to make it easier to code tests of whether Javascript can marshall them. Unfortunately, while this allows me to avoid the mess that led me to mistakenly report CXF-1197, it tosses me into the frying pan of CXF-1198. ........ r593985 | bimargulies | 2007-11-11 17:40:39 -0500 (Sun, 11 Nov 2007) | 2 lines Turn off more tests pending CXF-1198. ........ r594201 | dkulp | 2007-11-12 11:26:24 -0500 (Mon, 12 Nov 2007) | 2 lines Add silly little program I use to merge fixes to the fixes branch. (yes, it's a silly little program that is almost an embarrassment, but it works) ........ r594309 | dkulp | 2007-11-12 16:53:26 -0500 (Mon, 12 Nov 2007) | 1 line Temp fix for build failure. Will fix properly tomorrow. ........ r594415 | ema | 2007-11-12 22:45:30 -0500 (Mon, 12 Nov 2007) | 1 line [CXF-1205] Add service name annotation for generated impl class ........ r594532 | bimargulies | 2007-11-13 08:32:49 -0500 (Tue, 13 Nov 2007) | 6 lines Add some missing annotations to the Javascript test classes, resulting in at least getting past CXF-1198 and CXF-1207, which may not be distinctive. ........ r595187 | bimargulies | 2007-11-14 21:24:46 -0500 (Wed, 14 Nov 2007) | 6 lines Successfully serialize a doc/lit/wrapped message in Javascript and accept it via the JAXB DataReader. Drop a bit of dead, commented-out code from SchemaInfo.java. Learn how to invoke the Rhino debugger from code that is embedding Rhino (wheeee). ........ r595208 | ema | 2007-11-15 00:21:35 -0500 (Thu, 15 Nov 2007) | 1 line [CXF-1209]Fix NPE issue in WSActionAnnotator ........ r595519 | bimargulies | 2007-11-15 21:04:44 -0500 (Thu, 15 Nov 2007) | 2 lines Generate response parsing for the simplest case, and test it. ........ Modified: incubator/cxf/branches/2.0.x-fixes/ (props changed) Propchange: incubator/cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.