You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2007/11/30 09:29:30 UTC

svn commit: r599735 - in /incubator/cxf/branches/2.0.x-fixes: ./ systests/src/test/java/org/apache/cxf/systest/nested_callback/ testutils/ testutils/src/main/resources/wsdl/

Author: mmao
Date: Fri Nov 30 00:29:27 2007
New Revision: 599735

URL: http://svn.apache.org/viewvc?rev=599735&view=rev
Log:
Merged revisions 599709 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r599709 | mmao | 2007-11-30 15:21:15 +0800 (Fri, 30 Nov 2007) | 7 lines
  
  CXF-1239
   addition test for JAXBcontext when callback is used 
      but only reference to Endpoint reference is nested in a complex type
  
  Thanks Gary for the patch
........

Added:
    incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/nested_callback/
      - copied from r599709, incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/nested_callback/
    incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/nested_callback/CallbackClientServerTest.java
      - copied unchanged from r599709, incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/nested_callback/CallbackClientServerTest.java
    incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/nested_callback/CallbackImpl.java
      - copied unchanged from r599709, incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/nested_callback/CallbackImpl.java
    incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/nested_callback/Server.java
      - copied unchanged from r599709, incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/nested_callback/Server.java
    incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/nested_callback/ServerImpl.java
      - copied unchanged from r599709, incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/nested_callback/ServerImpl.java
    incubator/cxf/branches/2.0.x-fixes/testutils/src/main/resources/wsdl/nested_callback.wsdl
      - copied unchanged from r599709, incubator/cxf/trunk/testutils/src/main/resources/wsdl/nested_callback.wsdl
Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/testutils/pom.xml

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

Modified: incubator/cxf/branches/2.0.x-fixes/testutils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/testutils/pom.xml?rev=599735&r1=599734&r2=599735&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/testutils/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/testutils/pom.xml Fri Nov 30 00:29:27 2007
@@ -269,7 +269,9 @@
                                 <wsdlOption>
                                     <wsdl>${basedir}/src/main/resources/wsdl/basic_callback_test.wsdl</wsdl>
                                 </wsdlOption>
-
+                                <wsdlOption>
+                                    <wsdl>${basedir}/src/main/resources/wsdl/nested_callback.wsdl</wsdl>
+                                </wsdlOption>
                                 <wsdlOption>
                                     <wsdl>
                                         ${basedir}/src/main/resources/wsdl/hello_world_underscore.wsdl