Author: dkulp Date: Fri Oct 23 20:55:19 2009 New Revision: 829236 URL: http://svn.apache.org/viewvc?rev=829236&view=rev Log: Blocked revisions 826741-826742,826744,826746,826749,826765,827714,827859,827867,828049,828145,828762 via svnmerge
................ r826741 | dkulp | 2009-10-19 14:08:24 -0400 (Mon, 19 Oct 2009) | 10 lines Merged revisions 826300 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826300 | bimargulies | 2009-10-17 16:00:56 -0400 (Sat, 17 Oct 2009) | 2 lines CXF-2477: change focus of SchemaJavascriptBuilder to XmlSchema object from CXF SchemaInfo. This will make it easier to add processing for entire collection. ........ ................ r826742 | dkulp | 2009-10-19 14:11:00 -0400 (Mon, 19 Oct 2009) | 9 lines Merged revisions 826301 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826301 | bimargulies | 2009-10-17 16:01:22 -0400 (Sat, 17 Oct 2009) | 1 line CXF-2477: in wsdl2js, process all the schemas, not just those that end up attached to the service info with SchemaInfo objects. ........ ................ r826744 | dkulp | 2009-10-19 14:13:48 -0400 (Mon, 19 Oct 2009) | 10 lines Merged revisions 826715 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826715 | dkulp | 2009-10-19 12:34:36 -0400 (Mon, 19 Oct 2009) | 2 lines [CXF-2479, CXF-2480] Fixes for some UsernameToken issues on incoming policy validation ........ ................ r826746 | dkulp | 2009-10-19 14:17:03 -0400 (Mon, 19 Oct 2009) | 9 lines Merged revisions 826724 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826724 | dkulp | 2009-10-19 12:58:20 -0400 (Mon, 19 Oct 2009) | 1 line Update sts client to be smarter about finding the operation it needs ........ ................ r826749 | dkulp | 2009-10-19 14:25:05 -0400 (Mon, 19 Oct 2009) | 9 lines Merged revisions 826725 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826725 | dkulp | 2009-10-19 13:18:34 -0400 (Mon, 19 Oct 2009) | 1 line Handle case where algorithmSuite isn't set. Use defaults. ........ ................ r826765 | dkulp | 2009-10-19 15:06:47 -0400 (Mon, 19 Oct 2009) | 9 lines Merged revisions 826762 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r826762 | dkulp | 2009-10-19 15:02:36 -0400 (Mon, 19 Oct 2009) | 1 line Set action for cancel/validate as well ........ ................ r827714 | dkulp | 2009-10-20 11:57:42 -0400 (Tue, 20 Oct 2009) | 9 lines Merged revisions 827711 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r827711 | dkulp | 2009-10-20 11:54:16 -0400 (Tue, 20 Oct 2009) | 1 line [CXF-2484] Update STSClient to allow interceptors/features to be configured on it ........ ................ r827859 | dkulp | 2009-10-20 20:43:27 -0400 (Tue, 20 Oct 2009) | 10 lines Merged revisions 827857 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r827857 | dkulp | 2009-10-20 20:33:19 -0400 (Tue, 20 Oct 2009) | 2 lines [CXF-2015] Add support to add interceptors per request as well as allow Destinations to be InterceptorProviders ........ ................ r827867 | dkulp | 2009-10-20 21:40:46 -0400 (Tue, 20 Oct 2009) | 43 lines Blocked revisions 826144-826146,826337,826349-826350,826471,826656,826678 via svnmerge ........ r826144 | bimargulies | 2009-10-16 20:34:01 -0400 (Fri, 16 Oct 2009) | 1 line Initial cut at code to scan spring context for things with @WebServices. ........ r826145 | bimargulies | 2009-10-16 20:34:22 -0400 (Fri, 16 Oct 2009) | 1 line Start to implement CXF-1355. ........ r826146 | bimargulies | 2009-10-16 20:34:30 -0400 (Fri, 16 Oct 2009) | 2 lines Make it the server factory, not the service factory, that is configured. If someone wants to control the service factory, they can set up a server factory and stick the desired service factory into it. ........ r826337 | bimargulies | 2009-10-17 21:47:18 -0400 (Sat, 17 Oct 2009) | 1 line CXF-1355 (mostly) additional tests. Also a tiny bit of extraneous code cleanup. ........ r826349 | bimargulies | 2009-10-17 22:30:09 -0400 (Sat, 17 Oct 2009) | 2 lines CXF-1355. Add actual test for the whole spring extravaganza. It seems to work, though I'm not sure how to test that all the fiddly bus stuff is working correctly. ........ r826350 | bimargulies | 2009-10-17 22:30:22 -0400 (Sat, 17 Oct 2009) | 1 line CXF-1355 the rest of the test. ........ r826471 | bimargulies | 2009-10-18 13:26:57 -0400 (Sun, 18 Oct 2009) | 2 lines CXF-1355: avoid use of old HTTP binding in test, come up with other scheme for verifying customization somewhat. ........ r826656 | bimargulies | 2009-10-19 08:48:44 -0400 (Mon, 19 Oct 2009) | 1 line CXF-1355: fix classpaths for tests. ........ r826678 | bimargulies | 2009-10-19 10:07:59 -0400 (Mon, 19 Oct 2009) | 1 line fix stupid typo in pom. ........ ................ r828049 | dkulp | 2009-10-21 11:32:44 -0400 (Wed, 21 Oct 2009) | 10 lines Merged revisions 828046 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r828046 | dkulp | 2009-10-21 11:28:59 -0400 (Wed, 21 Oct 2009) | 2 lines [CXF-2487] Fix the id that is used to lookup the SecConv token Patch from Colm applied ........ ................ r828145 | dkulp | 2009-10-21 15:02:28 -0400 (Wed, 21 Oct 2009) | 9 lines Merged revisions 828138 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r828138 | dkulp | 2009-10-21 14:47:08 -0400 (Wed, 21 Oct 2009) | 1 line MS changed addresses in wsdl/schemas, update to account for that. ........ ................ r828762 | dkulp | 2009-10-22 11:57:33 -0400 (Thu, 22 Oct 2009) | 10 lines Merged revisions 828758 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r828758 | dkulp | 2009-10-22 11:41:58 -0400 (Thu, 22 Oct 2009) | 2 lines [CXF-2491] Add support for TLS cert contraints Modified patch from Colm applied ........ ................ Modified: cxf/branches/2.1.x-fixes/ (props changed) Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-blocked' - no diff available.
