services.xml file not being found when war file is not expanded
---------------------------------------------------------------

                 Key: XFIRE-827
                 URL: http://jira.codehaus.org/browse/XFIRE-827
             Project: XFire
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.3
         Environment: Windows XP server running tomcat 5.5.17
            Reporter: Dave Kallstrom
         Assigned To: Dan Diephouse


XFireConfigurableServlet does not seem to be able to read the services.xml file 
from a non expanded war file. As soon as I expand the war file everything runs 
as expected.
I have the services.xml file place in WEB-INF/META-INF/xfire/services.xml. My 
web.xml file looks like the following. Notice I am not specifying where the 
services.xml file is located. Although that does not seem to matter either way.

<servlet>
   <servlet-name>XFire</servlet-name>
   <display-name>XFire Servlet</display-name>
    
<servlet-class>org.codehaus.xfire.transport.http.XFireConfigurableServlet</servlet-class>
</servlet>

<servlet-mapping>
   <servlet-name>XFire</servlet-name>
   <url-pattern>/xfire/*</url-pattern>
</servlet-mapping>

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to