Article:
 |
|
What Is Spring, Part 1
|
| Subject: |
|
Problem in Running the code |
| Date: |
|
2005-10-21 07:07:05 |
| From: |
|
JavaFacier
|
|
|
Hi,
I have taken all the required steps like created a development environment similar to Spring sample applications.
I have placed the RentABikeAssembler.java file in the src directory and through ANT build script moved all my bytecodes to the classes directory beneth the WEB-INF dir. But, when I run the assembler i get the following runtime exception:
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStore
Exception: IOException parsing XML document from class path resource [RentABikeA
pp-context.xml]; nested exception is java.io.FileNotFoundException: class path r
esource [RentABikeApp-context.xml] cannot be opened because it does not exist
.....
Can anybody help.
Regards,
Anil
SCJP
|
Showing messages 1 through 1 of 1.
-
Problem in Running the code
2006-07-23 17:18:11
cptanalatriste
[View]
Carlos Gavidia