The logging output will normally indicate when the file is being picked
up. If you see nothing, it probably isn't.
If you want it to be used, and it's not, the usual culprit is that you
need to add the spring-context dependency to your code:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/pom.xml?revision=1482878&view=markup#l225
HTH,
Glen
On 05/20/2013 09:48 AM, Jeff Ramin wrote:
Hi folks.
I have a cxf.xml file on my classpath, but it doesn't appear as though
it's
being used by CXF. Is there some debug switch I could use to indicate
if/when
config files like this are processed?
Thanks.