Right, I think I have found a pattern as to why this is happening to me
specifically

in my web.xml if I change my context file from cxf.xml to
applicationContext.xml and rename cxf.xml to applicationContext.xml the
problem goes away.

BEFORE
<context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>classpath:/cxf.xml</param-value>
</context-param>
AFTER
<context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>classpath:/applicationContext.xml</param-value>
</context-param>
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Soap-1-1-endpoint-already-registered-on-address-tp552431p3241853.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to