[jboss-cvs] JBossAS SVN: r102056 - in trunk/testsuite: src/main/org/jboss/test/ws/jaxws/ejb3Integration and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 8 05:58:41 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-03-08 05:58:40 -0500 (Mon, 08 Mar 2010)
New Revision: 102056

Modified:
   trunk/testsuite/build.xml
   trunk/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java
Log:
Fixing jaxws/ejb3Integration test and including tests-ws in the full testsuite


Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-03-08 10:58:30 UTC (rev 102055)
+++ trunk/testsuite/build.xml	2010-03-08 10:58:40 UTC (rev 102056)
@@ -1314,6 +1314,7 @@
       <antcall target="tests-iiop" inheritRefs="true"/>
       <antcall target="tests-scout-jaxr" inheritRefs="true"/>
       <antcall target="tests-webservice" inheritRefs="true"/>
+      <antcall target="tests-ws" inheritRefs="true"/>
       <!--<antcall target="tests-aspects" inheritRefs="true"/>-->
       <server:stop name="all"/>
    </target>

Modified: trunk/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java	2010-03-08 10:58:30 UTC (rev 102055)
+++ trunk/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java	2010-03-08 10:58:40 UTC (rev 102056)
@@ -34,7 +34,7 @@
  * @author Heiko.Braun <heiko.braun at jboss.com>
  */
 @Stateless
- at RemoteBinding(jndiBinding = "WebServiceContextEndpoint")
+ at RemoteBinding(jndiBinding = "/test-webservices/WebServiceContextEndpoint")
 @WebService(endpointInterface = "org.jboss.test.ws.jaxws.ejb3Integration.Ejb3WSEndpoint")
 public class WebServiceContextEndpoint implements Ejb3WSEndpoint
 {




More information about the jboss-cvs-commits mailing list