[jboss-cvs] JBossAS SVN: r111996 - branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 11 02:34:17 EDT 2011


Author: rsvoboda at redhat.com
Date: 2011-08-11 02:34:17 -0400 (Thu, 11 Aug 2011)
New Revision: 111996

Modified:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java
Log:
JBPAPP-6981 -- fix for deployment issue

Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java	2011-08-11 06:31:25 UTC (rev 111995)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/ws/jaxws/ejb3Integration/WebServiceContextEndpoint.java	2011-08-11 06:34:17 UTC (rev 111996)
@@ -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