configuration_interceptor simple doesn't work due to missing configuration file
-------------------------------------------------------------------------------
Key: CXF-3645
URL: https://issues.apache.org/jira/browse/CXF-3645
Project: CXF
Issue Type: Bug
Components: Samples
Reporter: Freeman Fang
Assignee: Freeman Fang
when run mvn -Pclient, get exception like
org.springframework.context.ApplicationContextException: Failed to load
configuration
/Users/ffang/apache-cxf-2.4.1/samples/configuration_interceptor/src/demo/stream/client/client.xml
at
org.apache.cxf.bus.spring.BusApplicationContext.getConfigResources(BusApplicationContext.java:152)
at
org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:120)
at
org.apache.cxf.bus.spring.BusApplicationContext.loadBeanDefinitions(BusApplicationContext.java:262)
at
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130)
at
org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:467)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:397)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira