Hey, Thanks a ton..I enabled the log trace and this is what I received
Code:
2013-02-27 16:03:02,984 | DEBUG | [http-8080-1] |org.springframework.web.servlet.FrameworkServlet:processRequest(643) | Bound request context to thread: org.apache.catalina.connector.RequestFacade@1ea07a3
2013-02-27 16:03:03,020 | DEBUG | [http-8080-1] |org.springframework.web.servlet.DispatcherServlet:doService(690) | DispatcherServlet with name 'spring' processing POST request for [/dgControl/LoadDiscover]
2013-02-27 16:03:03,083 | DEBUG | [http-8080-1] |org.springframework.web.servlet.DispatcherServlet:getHandler(939) | Testing handler map [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping@468fa3] in DispatcherServlet with name 'spring'
2013-02-27 16:03:03,119 | DEBUG | [http-8080-1] |org.springframework.web.servlet.handler.AbstractUrlHandlerMapping:getHandlerInternal(219) | Mapping [/LoadDiscover] to handler 'com.dataguise.dgcontrol.servlets.DgCentralControllerServlet@192a63a'
2013-02-27 16:03:03,151 | DEBUG | [http-8080-1] |org.springframework.web.servlet.DispatcherServlet:getHandlerAdapter(976) | Testing handler adapter [org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter@ce0284]
2013-02-27 16:03:03,216 | DEBUG | [http-8080-1] |org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver:resolveException(106) | Resolving exception from handler [com.dataguise.dgcontrol.servlets.DgCentralControllerServlet@192a63a]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported
2013-02-27 16:03:03,296 | DEBUG | [http-8080-1] |org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver:resolveException(106) | Resolving exception from handler [com.dataguise.dgcontrol.servlets.DgCentralControllerServlet@192a63a]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported
2013-02-27 16:03:03,336 | DEBUG | [http-8080-1] |org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver:resolveException(106) | Resolving exception from handler [com.dataguise.dgcontrol.servlets.DgCentralControllerServlet@192a63a]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported
2013-02-27 16:03:03,366 | WARN | [http-8080-1] |org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver:handleHttpRequestMethodNotSupported(166) | Request method 'POST' not supported
2013-02-27 16:03:03,401 | DEBUG | [http-8080-1] |org.springframework.web.servlet.DispatcherServlet:doDispatch(805) | Null ModelAndView returned to DispatcherServlet with name 'spring': assuming HandlerAdapter completed request handling
2013-02-27 16:03:03,431 | DEBUG | [http-8080-1] |org.springframework.web.servlet.FrameworkServlet:processRequest(670) | Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@1ea07a3
2013-02-27 16:03:03,456 | DEBUG | [http-8080-1] |org.springframework.web.servlet.FrameworkServlet:processRequest(677) | Successfully completed request
2013-02-27 16:03:03,488 | DEBUG | [http-8080-1] |org.springframework.context.support.AbstractApplicationContext:publishEvent(299) | Publishing event in WebApplicationContext for namespace 'spring-servlet': ServletRequestHandledEvent: url=[/dgControl/LoadDiscover]; client=[0:0:0:0:0:0:0:1]; method=[POST]; servlet=[spring]; session=[null]; user=[null]; time=[499ms]; status=[OK]
2013-02-27 16:03:03,521 | DEBUG | [http-8080-1] |org.springframework.context.support.AbstractApplicationContext:publishEvent(299) | Publishing event in Root WebApplicationContext: ServletRequestHandledEvent: url=[/dgControl/LoadDiscover]; client=[0:0:0:0:0:0:0:1]; method=[POST]; servlet=[spring]; session=[null]; user=[null]; time=[499ms]; status=[OK]
Trying to see where did I miss the handler