Author: thomas.diesler(a)jboss.com
Date: 2007-10-25 05:00:45 -0400 (Thu, 25 Oct 2007)
New Revision: 4887
Modified:
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/webserviceref/META-INF-secure/jboss-client.xml
Log:
[JBAS-4891] Cannot unmarshall qname elements
Modified:
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/webserviceref/META-INF-secure/jboss-client.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/webserviceref/META-INF-secure/jboss-client.xml 2007-10-25
08:59:37 UTC (rev 4886)
+++
stack/native/branches/jbossws-native-2.0.2/src/test/resources/jaxws/webserviceref/META-INF-secure/jboss-client.xml 2007-10-25
09:00:45 UTC (rev 4887)
@@ -8,10 +8,10 @@
<service-ref>
<service-ref-name>SecureService1</service-ref-name>
<service-impl-class>org.jboss.test.ws.jaxws.webserviceref.SecureEndpointService</service-impl-class>
- <service-qname
xmlns:ns1="http://org.jboss.ws/wsref">ns1:SecureEndpointService</service-qname>
+
<service-qname>{http://org.jboss.ws/wsref}SecureEndpointService</service-qname>
<port-component-ref>
<service-endpoint-interface>org.jboss.test.ws.jaxws.webserviceref.SecureEndpoint</service-endpoint-interface>
- <port-qname
xmlns:ns1="http://org.jboss.ws/wsref">ns1:SecureEndpointPort</port-qname>
+ <port-qname>{http://org.jboss.ws/wsref}SecureEndpointPort</port-qname>
<stub-property>
<prop-name>javax.xml.ws.security.auth.username</prop-name>
<prop-value>kermit</prop-value>
@@ -26,9 +26,9 @@
<service-ref>
<service-ref-name>SecureService2</service-ref-name>
- <service-qname
xmlns:ns1="http://org.jboss.ws/wsref">ns1:SecureEndpointService</service-qname>
+
<service-qname>{http://org.jboss.ws/wsref}SecureEndpointService</service-qname>
<port-component-ref>
- <port-qname
xmlns:ns1="http://org.jboss.ws/wsref">ns1:SecureEndpointPort</port-qname>
+ <port-qname>{http://org.jboss.ws/wsref}SecureEndpointPort</port-qname>
<stub-property>
<prop-name>javax.xml.ws.security.auth.username</prop-name>
<prop-value>kermit</prop-value>
@@ -43,7 +43,7 @@
<service-ref>
<service-ref-name>SecurePort1</service-ref-name>
- <service-qname
xmlns:ns1="http://org.jboss.ws/wsref">ns1:SecureEndpointService</service-qname>
+
<service-qname>{http://org.jboss.ws/wsref}SecureEndpointService</service-qname>
<port-component-ref>
<service-endpoint-interface>org.jboss.test.ws.jaxws.webserviceref.SecureEndpoint</service-endpoint-interface>
<stub-property>
Show replies by date