Hi,
I have two application context files with same name(SpringRmiBwClientContext.xml) at two different location of which one of the Application context file is in the jar and the other one is in the test folder.
I want to use the application context file in the test folder for testing purpose. How can I override the hardcoded path in the Jar file with path in the test folder. Any help is highly appreciated.
hardcoded path in jar
Thanks,Code:serverContext = new ClassPathXmlApplicationContext("/org/blearn/vm/engine/SpringRmiBwServerContext.xml");
Sarala


Reply With Quote