Author: jim.ma
Date: 2014-06-18 06:09:08 -0400 (Wed, 18 Jun 2014)
New Revision: 18744
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/ServerBeanCustomizer.java
Log:
[JBWS-3800]:Make endpoint config optional
Modified:
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/ServerBeanCustomizer.java
===================================================================
---
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/ServerBeanCustomizer.java 2014-06-18
06:07:36 UTC (rev 18743)
+++
stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/ServerBeanCustomizer.java 2014-06-18
10:09:08 UTC (rev 18744)
@@ -154,8 +154,6 @@
org.jboss.wsf.spi.metadata.config.EndpointConfig config =
sc.getEndpointConfig(configName);
if (config != null) {
endpoint.setEndpointConfig(config);
- } else {
- throw Messages.MESSAGES.couldNotFindEndpointConfigName(configName);
}
}
else
Show replies by date