[jbossws-commits] JBossWS SVN: r11629 - in framework/trunk/testsuite/test/resources/jaxrpc/samples: jsr109pojo/rpclit/META-INF and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Feb 19 05:47:17 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-02-19 05:47:17 -0500 (Fri, 19 Feb 2010)
New Revision: 11629

Modified:
   framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml
   framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml
   framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml
   framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jboss-web.xml
Log:
Fixing deployment descriptor erroneously including local fs references 


Modified: framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml
===================================================================
--- framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml	2010-02-19 10:24:28 UTC (rev 11628)
+++ framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss-client.xml	2010-02-19 10:47:17 UTC (rev 11629)
@@ -7,7 +7,7 @@
 
   <service-ref>
     <service-ref-name>service/TestServiceEJB</service-ref-name>
-    <wsdl-override>http://localhost:8080/jaxrpc-samples-jsr109pojo-rpc?wsdl</wsdl-override>
+    <wsdl-override>http://localhost:8080/jaxrpc-samples-jsr109ejb-rpc?wsdl</wsdl-override>
   </service-ref>
 
 </jboss-client>

Modified: framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml
===================================================================
--- framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml	2010-02-19 10:24:28 UTC (rev 11628)
+++ framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF/jboss.xml	2010-02-19 10:47:17 UTC (rev 11629)
@@ -8,7 +8,7 @@
     <context-root>/jaxrpc-samples-jsr109ejb-rpc</context-root>
     <webservice-description>
       <webservice-description-name>TestService</webservice-description-name>
-      <wsdl-publish-location>file:/dati/jbossws/stack/native/trunk/modules/testsuite/native-tests/target/wsdl-publish/jsr109ejb</wsdl-publish-location>
+      <wsdl-publish-location>http://localhost:8080/jaxrpc-samples-jsr109ejb-rpc?wsdl</wsdl-publish-location>
     </webservice-description>
   </webservices>
   

Modified: framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml
===================================================================
--- framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml	2010-02-19 10:24:28 UTC (rev 11628)
+++ framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/META-INF/jboss-client.xml	2010-02-19 10:47:17 UTC (rev 11629)
@@ -7,7 +7,7 @@
 
   <service-ref>
     <service-ref-name>service/TestServiceJSE</service-ref-name>
-    <wsdl-override>file:/dati/jbossws/stack/native/trunk/modules/testsuite/native-tests/target/wsdl-publish/jsr109pojo/TestService.wsdl</wsdl-override>
+    <wsdl-override>http://localhost:8080/jaxrpc-samples-jsr109pojo-rpc?wsdl</wsdl-override>
   </service-ref>
 
 </jboss-client>

Modified: framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jboss-web.xml
===================================================================
--- framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jboss-web.xml	2010-02-19 10:24:28 UTC (rev 11628)
+++ framework/trunk/testsuite/test/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF/jboss-web.xml	2010-02-19 10:47:17 UTC (rev 11629)
@@ -6,7 +6,7 @@
   
   <webservice-description>
     <webservice-description-name>TestService</webservice-description-name>
-    <wsdl-publish-location>file:/dati/jbossws/stack/native/trunk/modules/testsuite/native-tests/target/wsdl-publish/jsr109pojo</wsdl-publish-location>
+    <wsdl-publish-location>http://localhost:8080/jaxrpc-samples-jsr109pojo-rpc?wsdl</wsdl-publish-location>
   </webservice-description>
   
 </jboss-web>
\ No newline at end of file



More information about the jbossws-commits mailing list