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/08/11 19:01:45 UTC

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

Author: dkulp
Date: Mon Aug 11 10:01:44 2008
New Revision: 684815

URL: http://svn.apache.org/viewvc?rev=684815&view=rev
Log:
Blocked revisions 683261-683263,683279,683290,683307,683318,683391,683574,683714,683746,684099,684397,684600 via svnmerge

........
  r683261 | dkulp | 2008-08-06 09:38:10 -0400 (Wed, 06 Aug 2008) | 4 lines
  
  [CXF-1730] Add a NPE guard.   It DOESN'T look like this should be needed though as the JAXRSInInterceptor should have 
  always set this.
........
  r683262 | ffang | 2008-08-06 09:39:10 -0400 (Wed, 06 Aug 2008) | 1 line
  
  [CXF-1652]CXF Decoupled Endpoints are not getting cleaned up properly even after bus.Shutdown() in org.apache.cxf.systest.ws.rm.SequenceTest.
........
  r683263 | dkulp | 2008-08-06 09:41:57 -0400 (Wed, 06 Aug 2008) | 2 lines
  
  [CXF-1730] Actually, if a ProviderInfo<RequestHandler> handles it, the ACCEPT_CONTENT_TYPES wouldn't be set and NPE.
........
  r683279 | dkulp | 2008-08-06 10:35:10 -0400 (Wed, 06 Aug 2008) | 3 lines
  
  [CXF-1728] Fix javadoc generation to be /** instead of /*
  Also, don't output useless empty javadoc 
........
  r683290 | dkulp | 2008-08-06 11:07:38 -0400 (Wed, 06 Aug 2008) | 2 lines
  
  [CXF-1724] Patch from Dave Leatherdale applied
........
  r683307 | dkulp | 2008-08-06 11:56:33 -0400 (Wed, 06 Aug 2008) | 2 lines
  
  One more attempt to get the "accepted content types" stuff set on the exchange properly in all cases
........
  r683318 | dkulp | 2008-08-06 12:31:08 -0400 (Wed, 06 Aug 2008) | 2 lines
  
  [CXF-1723] Output error message if fault has multple parts instead of generating bogus code.
........
  r683391 | dkulp | 2008-08-06 16:16:28 -0400 (Wed, 06 Aug 2008) | 3 lines
  
  ULongs can map to a java long, not BigInteger.  Thus, avoid creating 
  BigInteger objects if we can.
........
  r683574 | ffang | 2008-08-07 06:10:04 -0400 (Thu, 07 Aug 2008) | 1 line
  
  [CXF-1738]AbstractWSDLBasedEndpointFactory should setTransportId for local and camel transport according to the publish address
........
  r683714 | dkulp | 2008-08-07 17:05:12 -0400 (Thu, 07 Aug 2008) | 4 lines
  
  Bunches of updates to CORBA binding to enhance performance a bit as well as abstract out 
  some more of the stuff that is ORB specific.  Make some more stuff visible to possible 
  orb specific subclasses and such.
........
  r683746 | dkulp | 2008-08-07 19:35:31 -0400 (Thu, 07 Aug 2008) | 2 lines
  
  Turn of PMD for one line since platform encoding is exactly what we DO want here
........
  r684099 | dkulp | 2008-08-08 17:20:43 -0400 (Fri, 08 Aug 2008) | 3 lines
  
  [CXF-1657, CXF-1737] Fix bug with on-ways in wsdl causing simple frontend to NPE and possible problem in checking for faults with an empty message
  Also make sure OperationResourceInfo thing is set in JAXRS
........
  r684397 | ningjiang | 2008-08-09 22:14:42 -0400 (Sat, 09 Aug 2008) | 1 line
  
  CXF-1741 Fixed the NPE when publish the code first service in NoSpringServlet
........
  r684600 | bimargulies | 2008-08-10 17:48:38 -0400 (Sun, 10 Aug 2008) | 2 lines
  
  Fix multi-request test to use a CountDownLatch and avoid invalid order assumptions.
........

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

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

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