Dear friends, I was looking at the documentation available here: http://cxf.apache.org/docs/configuration.html
But it is not clear for me: is it possible to have multiple CXF configuration files in the classpath? (For example: cxf.xml and cxf-myproject.xml and cxf-another-component.xml) If yes, how do I specify to CXF which files to load? Note that my application is using Spring. In this case, is it enough if I just add all the different xml files to the classpath in order for them to be picked-up by CXF? Thanks in advance for any clarification!
