Note for some reason IONA's Cruisecontrol is complaining about this
change, but I don't see how the error message is relevant for what I
did:

java.lang.AssertionError: expected ProtocolException on duplicate
message ID  at org.junit.Assert.fail(Assert.java:71)  at
org.apache.cxf.systest.ws.addressing.MAPTestBase.testExplicitMAPs(MAPTestBase.java:214)
  ...

Glen

On Fri, 2008-07-04 at 13:01 +0000, [EMAIL PROTECTED] wrote:
> Author: gmazza
> Date: Fri Jul  4 06:01:13 2008
> New Revision: 674037
> 
> URL: http://svn.apache.org/viewvc?rev=674037&view=rev
> Log:
> added comment for location to parent WSDL
> 
> Modified:
>     
> cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl
> 
> Modified: 
> cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl
> URL: 
> http://svn.apache.org/viewvc/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl?rev=674037&r1=674036&r2=674037&view=diff
> ==============================================================================
> --- 
> cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl
>  (original)
> +++ 
> cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/security/hello_world.wsdl
>  Fri Jul  4 06:01:13 2008
> @@ -26,6 +26,7 @@
>      name="WSSecurity"
>      >
>  
> +    <!-- Imported hello_world.wsdl is located in CXF's testutils module -->
>      <wsdl:import 
>          namespace="http://apache.org/hello_world_soap_http";
>          location="wsdl/hello_world.wsdl"
> 
> 

Reply via email to