[jbossws-commits] JBossWS SVN: r2857 - trunk/jbossws-tests/src/resources/jaxrpc/wsse/username/META-INF.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Apr 14 19:12:25 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-04-14 19:12:24 -0400 (Sat, 14 Apr 2007)
New Revision: 2857

Modified:
   trunk/jbossws-tests/src/resources/jaxrpc/wsse/username/META-INF/jboss.xml
Log:
Use explicit context root

Modified: trunk/jbossws-tests/src/resources/jaxrpc/wsse/username/META-INF/jboss.xml
===================================================================
--- trunk/jbossws-tests/src/resources/jaxrpc/wsse/username/META-INF/jboss.xml	2007-04-14 22:37:18 UTC (rev 2856)
+++ trunk/jbossws-tests/src/resources/jaxrpc/wsse/username/META-INF/jboss.xml	2007-04-14 23:12:24 UTC (rev 2857)
@@ -6,6 +6,7 @@
   <security-domain>java:/jaas/JBossWS</security-domain>
   
   <webservices>
+    <context-root>/jaxrpc-wsse-username</context-root>
     <webservice-description>
       <webservice-description-name>TestService</webservice-description-name>
       <config-name>Standard WSSecurity Endpoint</config-name>
@@ -17,7 +18,7 @@
       <ejb-name>TestService</ejb-name>
       <port-component>
         <port-component-name>TestServicePort</port-component-name>
-        <port-component-uri>/jaxrpc-wsse-username/*</port-component-uri>
+        <port-component-uri>/*</port-component-uri>
       </port-component>
     </session>
   </enterprise-beans>




More information about the jbossws-commits mailing list