services.xml on filesystem doesn't work with relative path
----------------------------------------------------------
Key: XFIRE-373
URL: http://jira.codehaus.org/browse/XFIRE-373
Project: XFire
Type: Bug
Versions: 1.1-RC1
Environment: jdk-1.4, OS Linux
Reporter: Ondrej Svetlik
Assigned to: Dan Diephouse
org.springframework.beans.factory.BeanDefinitionStoreException: IOException
parsing XML document from class path resource [services.xml]; nested exception
is java.io.FileNotFoundException: class path resource [services.xml] cannot be
opened because it does not exist
web.xml:
<servlet>
<servlet-name>XFire</servlet-name>
<display-name>XFire Servlet</display-name>
<servlet-class>
org.codehaus.xfire.transport.http.XFireConfigurableServlet
</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>services.xml</param-value>
</init-param>
</servlet>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira