What business interface is HttpInvokerServiceExporter??
I am getting this exception while trying to invoke a service, I just wanted to know what business interface its using so i can debug it.
02:00:51,231 WARN [HttpInvokerServiceExporter] Could not find target method for RemoteInvocation: methodName='loadBusinessUnits', parameter
Types=[]
java.lang.NoSuchMethodException: $Proxy122.loadBusinessUnits()
at java.lang.Class.getMethod0(Class.java:1756)
at java.lang.Class.getMethod(Class.java:963)
at org.springframework.remoting.support.RemoteInvocat ion.invoke(RemoteInvocation.java:178)
at org.springframework.remoting.support.DefaultRemote InvocationExecutor.invoke(DefaultRemoteInvocationE xecutor.java:32)
at org.springframework.remoting.support.RemoteInvocat ionBasedExporter.invoke(RemoteInvocationBasedExpor ter.java:70)
at org.springframework.remoting.support.RemoteInvocat ionBasedExporter.invokeAndCreateResult(RemoteInvoc ationBasedExporter.java:106)
at org.springframework.remoting.httpinvoker.HttpInvok erServiceExporter.handleRequest(HttpInvokerService Exporter.java:69)
at org.springframework.web.servlet.mvc.SimpleControll erHandlerAdapter.handle(SimpleControllerHandlerAda pter.java:44)
at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:584)
at org.springframework.web.servlet.FrameworkServlet.s erviceWrapper(FrameworkServlet.java:368)
at org.springframework.web.servlet.FrameworkServlet.d oPost(FrameworkServlet.java:328)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:810)
...
Amad