[jboss-cvs] JBossAS SVN: r63310 - trunk/testsuite/src/resources/webservice/admindevel/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 1 16:14:37 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-01 16:14:37 -0400 (Fri, 01 Jun 2007)
New Revision: 63310

Modified:
   trunk/testsuite/src/resources/webservice/admindevel/META-INF/jboss.xml
Log:
Use expilcit context-root

Modified: trunk/testsuite/src/resources/webservice/admindevel/META-INF/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/webservice/admindevel/META-INF/jboss.xml	2007-06-01 16:54:00 UTC (rev 63309)
+++ trunk/testsuite/src/resources/webservice/admindevel/META-INF/jboss.xml	2007-06-01 20:14:37 UTC (rev 63310)
@@ -3,12 +3,17 @@
 <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">
 
 <jboss>
+  
+  <webservices>
+    <context-root>/admindevel</context-root>
+  </webservices>
+  
   <enterprise-beans>
     <session>
       <ejb-name>HelloBean</ejb-name>
       <port-component>
         <port-component-name>HelloServicePort</port-component-name>
-        <port-component-uri>/admindevel/*</port-component-uri>
+        <port-component-uri>/*</port-component-uri>
       </port-component>
     </session>
   </enterprise-beans>




More information about the jboss-cvs-commits mailing list