Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 43381 invoked from network); 30 Nov 2007 19:37:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 19:37:10 -0000 Received: (qmail 51833 invoked by uid 500); 30 Nov 2007 19:36:57 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 51778 invoked by uid 500); 30 Nov 2007 19:36:57 -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 51672 invoked by uid 99); 30 Nov 2007 19:36:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 11:36:56 -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, 30 Nov 2007 19:36:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA49B1A9832; Fri, 30 Nov 2007 11:36:46 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r599927 - /incubator/cxf/branches/2.0.x-fixes/ Date: Fri, 30 Nov 2007 19:36:46 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071130193646.EA49B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Nov 30 11:36:46 2007 New Revision: 599927 URL: http://svn.apache.org/viewvc?rev=599927&view=rev Log: Blocked revisions 597511,597527,597530,597566,597688,597705,597708,597754,597760,597780,597787,598028-598030,598044,598051,598062,598071,598098-598099,598106,598320,598341,598644,599768 via svnmerge ........ r597511 | bimargulies | 2007-11-22 18:23:08 -0500 (Thu, 22 Nov 2007) | 4 lines Further work on Javascript. To support same, make MessageInfo store the message type (input or output). ........ r597527 | bimargulies | 2007-11-22 21:52:16 -0500 (Thu, 22 Nov 2007) | 3 lines More tweaks to service model. Add comments to the visitor, add a standard interface to return names of named items. ........ r597530 | bimargulies | 2007-11-22 22:21:43 -0500 (Thu, 22 Nov 2007) | 2 lines Very close to a successful full turn from javascript. Submit in case cat steps on mouse and deletes code. ........ r597566 | ema | 2007-11-23 01:17:56 -0500 (Fri, 23 Nov 2007) | 1 line [CXF-1177]Generate xsd:list schema type for a parameter annotated with XmlList ........ r597688 | bimargulies | 2007-11-23 10:36:22 -0500 (Fri, 23 Nov 2007) | 2 lines Successfully execute one call of a doc lit wrapped service over soap 1.1. ........ r597705 | bimargulies | 2007-11-23 12:27:44 -0500 (Fri, 23 Nov 2007) | 1 line Successfully get the response back. ........ r597708 | bimargulies | 2007-11-23 13:01:50 -0500 (Fri, 23 Nov 2007) | 1 line Add test case for method without wrapper snails. ........ r597754 | bimargulies | 2007-11-23 18:02:40 -0500 (Fri, 23 Nov 2007) | 3 lines Work in progress to exercise more of the Javascript code. The main test case is commented out; this checkin is a checkpoint so that I can get back if the next thing I try to code turnes out to be a really bad idea. ........ r597760 | bimargulies | 2007-11-23 18:26:32 -0500 (Fri, 23 Nov 2007) | 2 lines Fix oops in recent checkin. ........ r597780 | bimargulies | 2007-11-23 20:09:55 -0500 (Fri, 23 Nov 2007) | 2 lines Pass several more cases of full web service interaction. @Ignore case that seems to indicate possible JAXB+JAXWS trouble. ........ r597787 | bimargulies | 2007-11-23 22:23:33 -0500 (Fri, 23 Nov 2007) | 2 lines Some cleanup derived from research related to JAXB. ........ r598028 | bimargulies | 2007-11-25 14:00:56 -0500 (Sun, 25 Nov 2007) | 4 lines Pass doc/lit/wrapped tests for javascript except when the automatic wrapper generator creates an overly ugly schema. Perhaps javascript needs to cope with these, but perhaps not as much as we need to get some other things done. ........ r598029 | bimargulies | 2007-11-25 14:02:19 -0500 (Sun, 25 Nov 2007) | 1 line Don't check in loud logging. ........ r598030 | bimargulies | 2007-11-25 14:03:19 -0500 (Sun, 25 Nov 2007) | 1 line don't check in loud logging ........ r598044 | bimargulies | 2007-11-25 14:59:49 -0500 (Sun, 25 Nov 2007) | 1 line Remove test that is painful to maintain and replaced by full client test. ........ r598051 | bimargulies | 2007-11-25 16:01:53 -0500 (Sun, 25 Nov 2007) | 3 lines Code Doc/Literal/Bare This runs into a service/schema model problem, so the test is commented out. ........ r598062 | bimargulies | 2007-11-25 16:45:43 -0500 (Sun, 25 Nov 2007) | 1 line fix build. New generation code allows client to blow up on 'impossible' null pointers. ........ r598071 | bimargulies | 2007-11-25 17:29:46 -0500 (Sun, 25 Nov 2007) | 2 lines Begin process of handling ?js URLs. ........ r598098 | jliu | 2007-11-25 19:46:13 -0500 (Sun, 25 Nov 2007) | 1 line Fixed a type. Thanks Glen! ........ r598099 | bimargulies | 2007-11-25 19:49:21 -0500 (Sun, 25 Nov 2007) | 1 line Add tests for simple cases of DocLitBare that pass. ........ r598106 | bimargulies | 2007-11-25 20:55:11 -0500 (Sun, 25 Nov 2007) | 1 line Get the query handler working. ........ r598320 | bimargulies | 2007-11-26 10:53:12 -0500 (Mon, 26 Nov 2007) | 3 lines Cleanup of the query handler for Javascript, and adding support to return the common Javascript utilities. ........ r598341 | bimargulies | 2007-11-26 11:59:27 -0500 (Mon, 26 Nov 2007) | 1 line Add test case for CXF-1226. ........ r598644 | bimargulies | 2007-11-27 08:57:43 -0500 (Tue, 27 Nov 2007) | 3 lines Extend JavaScript handling to more cases, including empty return types and cases with anonymous complex types. ........ r599768 | jliu | 2007-11-30 05:29:43 -0500 (Fri, 30 Nov 2007) | 1 line Fixed a few typos. Thanks Eric! ........ 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.