You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/05/30 18:36:19 UTC

svn commit: r661783 - /cxf/branches/2.0.x-fixes/

Author: dkulp
Date: Fri May 30 09:36:18 2008
New Revision: 661783

URL: http://svn.apache.org/viewvc?rev=661783&view=rev
Log:
Blocked revisions 659148,659419,659686-659687,660076,660086,660199,660230,660260,660331,660620,660949,661175,661367,661406,661421-661422,661440,661443,661447,661456,661530,661674 via svnmerge

........
  r659148 | bimargulies | 2008-05-22 12:34:46 -0400 (Thu, 22 May 2008) | 2 lines
  
  Some more testing of recent changes to attribute qualification in Aegis.
........
  r659419 | gawor | 2008-05-23 00:34:12 -0400 (Fri, 23 May 2008) | 1 line
  
  switch to jaxws 2.1 api from Geronimo
........
  r659686 | bimargulies | 2008-05-23 18:10:21 -0400 (Fri, 23 May 2008) | 2 lines
  
  Add a dynamic client that is full JAX-WS.
........
  r659687 | bimargulies | 2008-05-23 18:10:57 -0400 (Fri, 23 May 2008) | 2 lines
  
  Add at least a tiny test for JAX-WS Dynamic Clients.
........
  r660076 | bimargulies | 2008-05-25 22:10:46 -0400 (Sun, 25 May 2008) | 4 lines
  
  Regress CXF-1603 in preparation for a real test of the JAX-WS 
  DynamicClientFactory. Rename the Jaxws dynamic client  factory to 
  JaxWsDynamicClientFactory.
........
  r660086 | ffang | 2008-05-25 22:30:28 -0400 (Sun, 25 May 2008) | 1 line
  
  [CXF-1606]wsdl_first_https sample doesn't work caused by the Certificate we are using expired
........
  r660199 | bimargulies | 2008-05-26 10:29:17 -0400 (Mon, 26 May 2008) | 5 lines
  
  Make the WSDLServiceBuilder complain when a part references an element that isn't in the schema.
  Correct violations of this in a small host of WSDLs.
  Try to create a unit test for a no-body-part service using the JaxWs dynamic client, but
  fail due to a wsdl4j bug that turns a 'type' part into a bogus 'element' part.
........
  r660230 | eglynn | 2008-05-26 13:01:16 -0400 (Mon, 26 May 2008) | 2 lines
  
  Added a no-op PolicyInterceptorProvider so as to prevent the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes invoved (e.g. via a WSPolicyFeature applied to the <jawx:client> bean).
........
  r660260 | bimargulies | 2008-05-26 14:17:04 -0400 (Mon, 26 May 2008) | 2 lines
  
  A maven plugin that runs the wsdl validator. 
........
  r660331 | bimargulies | 2008-05-26 19:08:39 -0400 (Mon, 26 May 2008) | 3 lines
  
  Improve the validator plugin, but turn it off in the build. Fix an old 
  JIRA about output encodings.
........
  r660620 | dkulp | 2008-05-27 13:27:43 -0400 (Tue, 27 May 2008) | 2 lines
  
  Add svn:ignore
........
  r660949 | dkulp | 2008-05-28 09:37:50 -0400 (Wed, 28 May 2008) | 2 lines
  
  Merge jgenenders fix from the 2.0.x branch to trunk
........
  r661175 | bimargulies | 2008-05-28 21:53:19 -0400 (Wed, 28 May 2008) | 3 lines
  
  Make the strange Sun OpenOffice SwA WSDL work when pushed through the 
  entire wsdl2java->ServiceWSDLBuilder->DynamicClientFactory universe.
........
  r661367 | dkulp | 2008-05-29 11:43:33 -0400 (Thu, 29 May 2008) | 2 lines
  
  Update to latest pmd plugin
........
  r661406 | dkulp | 2008-05-29 13:06:18 -0400 (Thu, 29 May 2008) | 2 lines
  
  [CXF-1611] Fix corba tests to use the cataloged schemas
........
  r661421 | gawor | 2008-05-29 13:59:20 -0400 (Thu, 29 May 2008) | 1 line
  
  geronimo jaxws api is now released
........
  r661422 | gawor | 2008-05-29 13:59:32 -0400 (Thu, 29 May 2008) | 1 line
  
  geronimo jaxws api is now released
........
  r661440 | eglynn | 2008-05-29 15:24:18 -0400 (Thu, 29 May 2008) | 2 lines
  
  Added an id attribute to the schema declaration for the <policies> feature, so as to allow this element to be Spring-loaded in standalone form, i.e decoupled from a <jaxws:client> or <jaxws:endpoint> bean. 
........
  r661443 | dkulp | 2008-05-29 15:33:54 -0400 (Thu, 29 May 2008) | 2 lines
  
  [CXF-1598] Grab the qualification for the asm created wrapper beans from the schema.
........
  r661447 | dkulp | 2008-05-29 15:43:40 -0400 (Thu, 29 May 2008) | 2 lines
  
  Add the template that is used for the attachment report
........
  r661456 | dkulp | 2008-05-29 16:07:57 -0400 (Thu, 29 May 2008) | 2 lines
  
  Only include jiras updated in the last 4 weeks.
........
  r661530 | bimargulies | 2008-05-29 19:38:04 -0400 (Thu, 29 May 2008) | 2 lines
  
  Add test case for mysterious missing element from Xml schema.
........
  r661674 | bimargulies | 2008-05-30 08:07:42 -0400 (Fri, 30 May 2008) | 2 lines
  
  Add test case for missing element to the JAX-WS test.
........

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-blocked' - no diff available.