Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with ApplicationContext in Spring framework

843830Sep 11 2008 — edited Sep 12 2008
Hi,

I am facing a problem to locate my application context file when I run my test program, I am using Spring JMS framework, can anyone tell me where am I wrong, I have all the required jar files in lib, so any other reason, do you guys know?


log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
Unable to read the file :::org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [beans/new-context.xml]; nested exception is java.io.FileNotFoundException: class path resource [beans/new-context.xml] cannot be opened because it does not exist
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2008
Added on Sep 11 2008
7 comments
925 views