| Author |
reg:Error while running spring framework
|
sravank kumarl
Greenhorn
Joined: Mar 25, 2008
Posts: 5
|
|
Hello Friends please help me regarding he spring framework when i am running spring application i am getting this error which is shown below.. messageorg.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [hello.xml]; nested exception is java.io.FileNotFoundException: class path resource [hello.xml] cannot be opened because it does not exist please try to help me i am not able to work it out please try to help me friends i am using spring 2.5 library and eclipse 3.2 please try to help me
|
 |
Stevi Deter
Ranch Hand
Joined: Mar 22, 2008
Posts: 265
|
|
Sravank, The exception is telling you exactly what the problem is. You've configured Spring to expect a file hello.xml to be available on the classpath. It cannot be found, so the configuration cannot be loaded. Since you didn't include any of your configuration files, it's not possible to give you any further guidance.
|
There will always be people who are ahead of the curve, and people who are behind the curve. But knowledge moves the curve. --Bill James
|
 |
Veeresh Hosur
Ranch Hand
Joined: Dec 18, 2007
Posts: 32
|
|
|
Is it a webapplication?
|
 |
 |
|
|
subject: reg:Error while running spring framework
|
|
|