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.