This content has been marked as final.
Show 2 replies
-
1. Re: Using tags <beans:import.. and <ref bean... inside <jaxws:inInterceptors
njiang Jan 31, 2012 10:52 PM (in response to arknapik)I just did a quick test of it, it works on my camel-cxf unit test code.
So I doubt if you are using some kind of jboss customized version of CXF.
If you are in that case, I'm afraid I cannot help you more.
Willem
-
2. Re: Using tags <beans:import.. and <ref bean... inside <jaxws:inInterceptors
arknapik Feb 1, 2012 4:26 AM (in response to arknapik)I know already the answer to my problem. Simple solution is to change import path like this:
<beans:import resource="classpath:META-INF/basicConfig.xml"/>
Edited by: aknapik on Feb 1, 2012 9:13 AM
Edited by: aknapik on Feb 1, 2012 9:26 AM