I am getting this Exception when i run the Ioc Container.Somebody tell me what could be wrong.Thank you guys.
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted
0
I'm going to guess that context.xml doesn't exist on the class path... Like the error message says. Does it?
David Mbura
Ranch Hand
Joined: Apr 06, 2010
Posts: 65
posted
0
Yes the bean configuration xml file wasn't in the classpath,but now i have built the path for it,stil gives me the same exception.Maybe i am not doing it right,any hints?Thank you
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted
0
You're not really providing enough information to help, like the relevant code, the deployment structure, how you're trying to run it, etc.