Author: alessio.soldano(a)jboss.com
Date: 2010-08-11 05:50:30 -0400 (Wed, 11 Aug 2010)
New Revision: 12773
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt
Log:
[JBWS-3087] Enabling RMManager initialization + removing test excludes
Modified:
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java
===================================================================
---
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java 2010-08-11
09:09:05 UTC (rev 12772)
+++
stack/cxf/trunk/modules/client/src/main/java/org/jboss/wsf/stack/cxf/client/configuration/JBossWSNonSpringBusFactory.java 2010-08-11
09:50:30 UTC (rev 12773)
@@ -124,7 +124,7 @@
//RM
RMManager rmManager = new RMManager();
bus.setExtension(rmManager, RMManager.class);
-// rmManager.init();
+ rmManager.init(bus);
//RM Policy
policyInterceptorProviderRegistry.register(new RMPolicyInterceptorProvider(bus));
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2010-08-11 09:09:05 UTC
(rev 12772)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2010-08-11 09:50:30 UTC
(rev 12773)
@@ -55,9 +55,6 @@
# [JBWS-3028] Complete UsernameToken JAAS integration: PicketBox not available on AS 5.x
org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase.*
-# [JBWS-3075][CXF-2912] EndpointPolicy is not ignoring empty Policies in its
updatePolicy() method
-org/jboss/test/ws/jaxws/samples/wsrm/client/WSReliableMessagingWithAPITestCase.*
-
# [JBWS-3086] This have been merged to AS 600M3 and upstream only
org/jboss/test/ws/jaxws/samples/jmsendpoints/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2010-08-11 09:09:05 UTC
(rev 12772)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt 2010-08-11 09:50:30 UTC
(rev 12773)
@@ -55,9 +55,6 @@
# [JBWS-3028] Complete UsernameToken JAAS integration: PicketBox not available on AS 5.x
org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase.*
-# [JBWS-3075][CXF-2912] EndpointPolicy is not ignoring empty Policies in its
updatePolicy() method
-org/jboss/test/ws/jaxws/samples/wsrm/client/WSReliableMessagingWithAPITestCase.*
-
# [JBWS-3086] This have been merged to AS 600M3 and upstream only
org/jboss/test/ws/jaxws/samples/jmsendpoints/**
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2010-08-11 09:09:05 UTC
(rev 12772)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt 2010-08-11 09:50:30 UTC
(rev 12773)
@@ -46,5 +46,3 @@
# [JBWS-3001] Verify @PostConstruct and @PreDestroy annotations support for POJO based
endpoints
org/jboss/test/ws/jaxws/jbws2268/**
-# [JBWS-3075][CXF-2912] EndpointPolicy is not ignoring empty Policies in its
updatePolicy() method
-org/jboss/test/ws/jaxws/samples/wsrm/client/WSReliableMessagingWithAPITestCase.*
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt 2010-08-11 09:09:05 UTC
(rev 12772)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss601.txt 2010-08-11 09:50:30 UTC
(rev 12773)
@@ -46,9 +46,6 @@
# [JBWS-3001] Verify @PostConstruct and @PreDestroy annotations support for POJO based
endpoints
org/jboss/test/ws/jaxws/jbws2268/**
-# [JBWS-3075][CXF-2912] EndpointPolicy is not ignoring empty Policies in its
updatePolicy() method
-org/jboss/test/ws/jaxws/samples/wsrm/client/WSReliableMessagingWithAPITestCase.*
-
# [JBWS-3086] TODO: merge to AS IL trunk once SPI, COMMON and FRAMEWORK are updated
there
org/jboss/test/ws/jaxws/samples/jmsendpoints/**
Show replies by date