[jbossws-commits] JBossWS SVN: r12730 - stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsrm/service.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Aug 4 09:33:47 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-08-04 09:33:47 -0400 (Wed, 04 Aug 2010)
New Revision: 12730

Modified:
   stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsrm/service/SimpleServiceImpl.java
Log:
[JBWS-3085] No need for the @Feature to enable the policy engine, as that should already be on.


Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsrm/service/SimpleServiceImpl.java
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsrm/service/SimpleServiceImpl.java	2010-08-04 13:25:32 UTC (rev 12729)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsrm/service/SimpleServiceImpl.java	2010-08-04 13:33:47 UTC (rev 12730)
@@ -25,7 +25,6 @@
 import javax.jws.WebMethod;
 import javax.jws.WebService;
 
-import org.apache.cxf.feature.Features;
 import org.apache.cxf.interceptor.InInterceptors;
 
 @WebService
@@ -35,7 +34,6 @@
    wsdlLocation = "WEB-INF/wsdl/SimpleService.wsdl",
    targetNamespace = "http://www.jboss.org/jbossws/ws-extensions/wsrm"
 )
- at Features(features = "org.apache.cxf.ws.policy.WSPolicyFeature")
 @InInterceptors(interceptors="org.jboss.test.ws.jaxws.samples.wsrm.service.RMCheckInterceptor")
 public class SimpleServiceImpl
 {



More information about the jbossws-commits mailing list