Branch: refs/heads/jmsconfig
Home:
https://github.com/jbossws/jbossws-cxf
Commit: 6f26d28461c5e4782cf51a2694be99c451fe7404
https://github.com/jbossws/jbossws-cxf/commit/6f26d28461c5e4782cf51a2694b...
Author: Jim Ma <ema(a)redhat.com>
Date: 2017-04-28 (Fri, 28 Apr 2017)
Changed paths:
M modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
A
modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/JBossWSEndpointConfig.java
R
modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/JBossWSEndpointConfigure.java
M
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jms/JMSEndpointOnlyDeploymentTestCase.java
M
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jms/JMSEndpointWithJmsConfigTestCase.java
A
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jms/JmsEndpintConfig.java
R
modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jms/JmsEndpintConfigure.java
A
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jms/META-INF/services/org.jboss.wsf.stack.cxf.configuration.JBossWSEndpointConfig
R
modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/jms/META-INF/services/org.jboss.wsf.stack.cxf.configuration.JBossWSEndpointConfigure
Log Message:
-----------
Fix couple of failures: typo , deployment name; Improve the test case to log what we
need to do in the future; Restore JMSEndpointOnlyDeploymentTestCase