Skip to content

Instantly share code, notes, and snippets.

@detsam
Created May 8, 2013 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save detsam/5538976 to your computer and use it in GitHub Desktop.
Save detsam/5538976 to your computer and use it in GitHub Desktop.
2013-05-08 11:07:58,017 [15330273@qtp-29699698-0] DEBUG org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:823) - DispatcherServlet with name 'Spring Integration Rest HTTP Path Usage' processing GET request for [/services/normalization]
2013-05-08 11:07:58,023 [15330273@qtp-29699698-0] DEBUG org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.lookupHandler(AbstractUrlHandlerMapping.java:169) - Matching patterns for request [/services/normalization] are [/services/normalization{queryString}]
2013-05-08 11:07:58,024 [15330273@qtp-29699698-0] DEBUG org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.lookupHandler(AbstractUrlHandlerMapping.java:194) - URI Template variables for request [/services/normalization] are {queryString=}
2013-05-08 11:07:58,026 [15330273@qtp-29699698-0] DEBUG org.springframework.web.servlet.handler.AbstractUrlHandlerMapping.getHandlerInternal(AbstractUrlHandlerMapping.java:124) - Mapping [/services/normalization] to HandlerExecutionChain with handler [searchRequestInboundGateway] and 2 interceptors
2013-05-08 11:07:58,029 [15330273@qtp-29699698-0] DEBUG org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:912) - Last-Modified value for [/services/normalization] is: -1
2013-05-08 11:07:58,034 [15330273@qtp-29699698-0] DEBUG org.springframework.integration.context.IntegrationObjectSupport.getConversionService(IntegrationObjectSupport.java:138) - Unable to attempt conversion of Message payload types. Component 'searchRequestInboundGateway' has no explicit ConversionService reference, and there is no 'integrationConversionService' bean within the context.
2013-05-08 11:07:58,037 [15330273@qtp-29699698-0] DEBUG org.springframework.integration.http.inbound.HttpRequestHandlingEndpointSupport.actualDoHandleRequest(HttpRequestHandlingEndpointSupport.java:358) - Mapped path variables: {queryString=}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment