Author: ningjiang
Date: Mon Nov 19 18:51:54 2007
New Revision: 596518
URL: http://svn.apache.org/viewvc?rev=596518&view=rev
Log:
Fixed the 2.0.x systest build error
Modified:
incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/soapheader/HeaderClientServerTest.java
Modified:
incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/soapheader/HeaderClientServerTest.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/soapheader/HeaderClientServerTest.java?rev=596518&r1=596517&r2=596518&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/soapheader/HeaderClientServerTest.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/soapheader/HeaderClientServerTest.java
Mon Nov 19 18:51:54 2007
@@ -28,7 +28,6 @@
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
-import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.namespace.QName;
import org.apache.cxf.pizza.Pizza;
@@ -107,8 +106,7 @@
}
- @WebService(targetNamespace = "http://cxf.apache.org/pizza", name =
"Pizza")
- @XmlSeeAlso({ org.apache.cxf.pizza.types.ObjectFactory.class })
+ @WebService(targetNamespace = "http://cxf.apache.org/pizza", name =
"Pizza")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface PizzaNoHeader {