[jbossws-commits] JBossWS SVN: r16921 - shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/webservicerefsec.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 18 16:08:58 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-10-18 16:08:58 -0400 (Thu, 18 Oct 2012)
New Revision: 16921

Modified:
   shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/webservicerefsec/EndpointImpl.java
Log:
[AS7-5784] Fixing old testcase


Modified: shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/webservicerefsec/EndpointImpl.java
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/webservicerefsec/EndpointImpl.java	2012-10-18 16:43:04 UTC (rev 16920)
+++ shared-testsuite/trunk/testsuite/src/test/java/org/jboss/test/ws/jaxws/samples/webservicerefsec/EndpointImpl.java	2012-10-18 20:08:58 UTC (rev 16921)
@@ -33,6 +33,7 @@
 import org.jboss.ws.api.annotation.WebContext;
 
 import javax.annotation.security.RolesAllowed;
+import javax.annotation.security.PermitAll;
 import javax.ejb.Stateless;
 
 @WebService(name = "Endpoint", serviceName = "EndpointService", targetNamespace = "http://org.jboss.ws/wsref")
@@ -47,6 +48,7 @@
    secureWSDLAccess = false
 )
 @SecurityDomain("JBossWS")
+ at PermitAll
 public class EndpointImpl
 {
    // Provide logging



More information about the jbossws-commits mailing list