Author: ffang
Date: Wed Sep 12 19:08:08 2007
New Revision: 575142
URL: http://svn.apache.org/viewvc?rev=575142&view=rev
Log:
remove WARN info from cxf-wsdl-first samples
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/interceptors/JbiOutWsdl1Interceptor.java
incubator/servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/xbean.xml
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/interceptors/JbiOutWsdl1Interceptor.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/interceptors/JbiOutWsdl1Interceptor.java?rev=575142&r1=575141&r2=575142&view=diff
==============================================================================
---
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/interceptors/JbiOutWsdl1Interceptor.java
(original)
+++
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/main/java/org/apache/servicemix/cxfbc/interceptors/JbiOutWsdl1Interceptor.java
Wed Sep 12 19:08:08 2007
@@ -33,7 +33,6 @@
import org.apache.cxf.binding.soap.model.SoapHeaderInfo;
import org.apache.cxf.endpoint.Endpoint;
import org.apache.cxf.helpers.NSStack;
-import org.apache.cxf.helpers.XMLUtils;
import org.apache.cxf.interceptor.Fault;
import org.apache.cxf.message.Message;
import org.apache.cxf.phase.Phase;
@@ -61,7 +60,6 @@
return;
}
Element element = new SourceTransformer().toDOMElement(source);
- XMLUtils.printDOM(element);
if (!JbiConstants.WSDL11_WRAPPER_NAMESPACE.equals(element
.getNamespaceURI())
|| !JbiConstants.WSDL11_WRAPPER_MESSAGE_LOCALNAME
Modified:
incubator/servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/xbean.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/xbean.xml?rev=575142&r1=575141&r2=575142&view=diff
==============================================================================
---
incubator/servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/xbean.xml
(original)
+++
incubator/servicemix/trunk/samples/cxf-wsdl-first/wsdl-first-cxfbc-su/src/main/resources/xbean.xml
Wed Sep 12 19:08:08 2007
@@ -21,7 +21,6 @@
xmlns:person="http://servicemix.apache.org/samples/wsdl-first">
<cxfbc:consumer wsdl="classpath:person.wsdl"
- targetEndpoint="soap"
targetService="person:PersonService"
targetInterface="person:Person"/>