Author: thomas.diesler(a)jboss.com
Date: 2007-04-14 13:01:23 -0400 (Sat, 14 Apr 2007)
New Revision: 2849
Modified:
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java
Log:
Specifiy contextRoot
Modified:
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java
===================================================================
---
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java 2007-04-14
16:57:30 UTC (rev 2848)
+++
trunk/jbossws-tests/src/java/org/jboss/test/ws/jaxws/samples/jsr181ejb/EJB3Bean01.java 2007-04-14
17:01:23 UTC (rev 2849)
@@ -52,7 +52,7 @@
// jboss propriatary annotations
@RemoteBinding(jndiBinding = "/ejb3/EJB3Bean01")
-@WebContext(authMethod="BASIC", transportGuarantee="NONE",
secureWSDLAccess=false)
+@WebContext(contextRoot = "EJB3Bean01", authMethod="BASIC",
transportGuarantee="NONE", secureWSDLAccess=false)
@SecurityDomain("JBossWS")
public class EJB3Bean01 implements EJB3RemoteInterface
{
Show replies by date