Application-context.xml not found
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2010 08:08 AM
I'm getting error in the following line:
ApplicationContext ctx = ApplicationContextHelper.getApplicationContext(configLocation)
Error:
FilenotfoundException Application-context.xml not found in the following path.
but Application-context.xml is present in the classpath.
thanks in advance.
ApplicationContext ctx = ApplicationContextHelper.getApplicationContext(configLocation)
Error:
FilenotfoundException Application-context.xml not found in the following path.
but Application-context.xml is present in the classpath.
thanks in advance.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2010 08:18 AM
Well the file Application-context.xml probably does not exit on the classpath then.
Really, what is the point in posting so little information. :!:
For a start.
How is that line of code called.
What is the value of configLocation
What O.S. are you running on.
Where is the application-context.xml file.
Really, what is the point in posting so little information. :!:
For a start.
How is that line of code called.
What is the value of configLocation
What O.S. are you running on.
Where is the application-context.xml file.
