Removed the 'ws-' prefix from 'service-activator' now that it is qualified by its namespace.
This commit is contained in:
@@ -24,7 +24,7 @@ import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
|
||||
public class WsNamespaceHandler extends NamespaceHandlerSupport {
|
||||
|
||||
public void init() {
|
||||
this.registerBeanDefinitionParser("ws-service-activator", new WebServiceHandlerParser());
|
||||
this.registerBeanDefinitionParser("service-activator", new WebServiceHandlerParser());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
]]></xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
<xsd:element name="ws-service-activator">
|
||||
<xsd:element name="service-activator">
|
||||
<xsd:complexType>
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
|
||||
Reference in New Issue
Block a user