Author: dkulp
Date: Fri Nov 2 08:22:25 2007
New Revision: 591362
URL: http://svn.apache.org/viewvc?rev=591362&view=rev
Log:
Blocked revisions
590874,590879,590950,590992,591010,591020,591079,591082-591083,591156,591188,591194,591199-591200,591221
via svnmerge
........
r590874 | bimargulies | 2007-10-31 21:35:49 -0400 (Wed, 31 Oct 2007) | 6 lines
Pass an initial test of the javascript code that deserializes. This depends
on a do-it-ourself micro-DOM wrapper for Rhino.
........
r590879 | ningjiang | 2007-10-31 23:15:47 -0400 (Wed, 31 Oct 2007) | 1 line
Fixed the javascript PMD build error
........
r590950 | jliu | 2007-11-01 05:50:29 -0400 (Thu, 01 Nov 2007) | 1 line
........
r590992 | bimargulies | 2007-11-01 09:15:45 -0400 (Thu, 01 Nov 2007) | 3 lines
More deserialization testing. Still needs tests of bean->bean references.
........
r591010 | ningjiang | 2007-11-01 10:03:49 -0400 (Thu, 01 Nov 2007) | 1 line
added the *Tests.java pattern to the surefire's configure
........
r591020 | bimargulies | 2007-11-01 10:19:51 -0400 (Thu, 01 Nov 2007) | 2 lines
Fix names of javascript tests. But Ignore them until I can sort out an RFSB
issue.
........
r591079 | dkulp | 2007-11-01 12:43:41 -0400 (Thu, 01 Nov 2007) | 2 lines
@Ignore the entire SerializtionTest. The spring superclasses seem to be
forcing some JUnit3 processing so the @Ignores on the individual methods aren't
being picked up.
........
r591082 | bimargulies | 2007-11-01 12:51:12 -0400 (Thu, 01 Nov 2007) | 3 lines
Work around possible problem in RSFB in setting up refNames, fill in more
testing of the javascript generator, and turn the tests
back on.
........
r591083 | bimargulies | 2007-11-01 12:52:00 -0400 (Thu, 01 Nov 2007) | 3 lines
Work around possible problem in RSFB in setting up refNames, fill in more
testing of the javascript generator, and turn the tests
back on.
........
r591156 | bimargulies | 2007-11-01 18:28:51 -0400 (Thu, 01 Nov 2007) | 2 lines
Add test case relevant to CXF-1150.
........
r591188 | jliu | 2007-11-01 21:35:02 -0400 (Thu, 01 Nov 2007) | 1 line
Using HttpURLConnection to test REST services instead of using HTTPClient.
........
r591194 | bimargulies | 2007-11-01 22:24:31 -0400 (Thu, 01 Nov 2007) | 3 lines
Rename many constants in WSDLConstants to use consistent conventions: NS_ for
namespace URIs, QNAME_ for QNames.
Also some incremental progress on Javascript.
........
r591199 | jliu | 2007-11-01 22:49:16 -0400 (Thu, 01 Nov 2007) | 7 lines
Disabled PMD rule "AssignmentInOperand", i.e., "Avoid assignments in
operands.". As I believe following code snippet is the best way to write this
code:
int i = 0;
InputStream is = new FileInputStream(inputFile);
try {
while ((i = is.read(tmp)) >= 0) {
outputstream.write(tmp, 0, i);
}
........
r591200 | bimargulies | 2007-11-01 22:54:32 -0400 (Thu, 01 Nov 2007) | 2 lines
turn off PMD problem.
........
r591221 | jliu | 2007-11-02 00:38:53 -0400 (Fri, 02 Nov 2007) | 1 line
Some trivial updates
........
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.