Right guys I think I found the pattern as to why it now works for me
Basically I changed my context file name from cxf.xml to
applicationContext.xml in my web.xml file
<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-tp552431p3241855.html
Sent from the cxf-user mailing list archive at Nabble.com.