当前位置: 代码迷 >> J2EE >> spring集成xfire遇到的有关问题
  详细解决方案

spring集成xfire遇到的有关问题

热度:67   发布时间:2016-04-21 23:02:05.0
spring集成xfire遇到的问题
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [FrameworkServlet.java] - Bound request context to thread: org.apache.catalina.connector.RequestFacade@1e2481b 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [DispatcherServlet.java] - DispatcherServlet with name 'xfire' processing GET request for [/user/XfireService/] 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [DispatcherServlet.java] - Testing handler map [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping@1123eb0] in DispatcherServlet with name 'xfire' 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping] [AbstractUrlHandlerMapping.java] - No handler mapping found for [/XfireService/] 
2013/07/12-10:00:28 [WARN ] [org.springframework.web.servlet.PageNotFound] [DispatcherServlet.java] - No mapping found for HTTP request with URI [/user/XfireService/] in DispatcherServlet with name 'xfire' 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [FrameworkServlet.java] - Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@1e2481b 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [FrameworkServlet.java] - Successfully completed request 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.context.support.XmlWebApplicationContext] [AbstractApplicationContext.java] - Publishing event in WebApplicationContext for namespace 'xfire-servlet': ServletRequestHandledEvent: url=[/user/XfireService/]; client=[0:0:0:0:0:0:0:1]; method=[GET]; servlet=[xfire]; session=[null]; user=[null]; time=[2ms]; status=[OK] 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.context.support.XmlWebApplicationContext] [AbstractApplicationContext.java] - Publishing event in Root WebApplicationContext: ServletRequestHandledEvent: url=[/user/XfireService/]; client=[0:0:0:0:0:0:0:1]; method=[GET]; servlet=[xfire]; session=[null]; user=[null]; time=[2ms]; status=[OK] 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [FrameworkServlet.java] - Bound request context to thread: org.apache.catalina.core.ApplicationHttpRequest@c9f997 
2013/07/12-10:00:28 [DEBUG] [org.springframework.web.servlet.DispatcherServlet] [DispatcherServlet.java] - DispatcherServlet with name 'xfire' processing GET request for [/user/404.html] 
  相关解决方案