Hi I have one module, which should by isolated. I want to run in separate spring context, so beans from that module will not be available in my context. Basically I create new bean ClassPathXmlApplicationContext with all context files which should be isolated. The problem which I have is that I want to start server in that conext and run client in my main context. I want to use local transport, but it does not work when contexts are separated Are there any solutions?
Thanks in advance for help! -- View this message in context: http://www.nabble.com/Local-transport-between-isolated-spring-contexts-tp25174676p25174676.html Sent from the cxf-user mailing list archive at Nabble.com.
