I see the following in my maven console when running a build that uses cxf:
Jun 4, 2008 4:41:52 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing [EMAIL PROTECTED]: display name [EMAIL PROTECTED]; startup date [Wed Jun 04 16:41:52 EDT 2008]; root of context hierarchy Jun 4, 2008 4:41:52 PM org.apache.cxf.bus.spring.BusApplicationContext getConfigResources INFO: No cxf.xml configuration file detected, relying on defaults. We have a cxf.xml file in a resources folder in our source hierarchy but maybe not the right one. First we build a jar and then package the result up into a war. The resources folder where we have cxf.xml is in the jar folder. I am having issues getting security headers to work, and some security declarations are in my cxf.xml so I suspect that this INFO text is really an error in my case. Does this look familiar to folks using mvn with cxf. We are using cxf 2.0.6 at the moment. Thanks Jim -- View this message in context: http://www.nabble.com/cxf.xml-file-not-being-picked-up-during-maven2-processing-tp17674372p17674372.html Sent from the cxf-user mailing list archive at Nabble.com.
