Results 1 to 4 of 4

Thread: What business interface is HttpInvokerServiceExporter??

  1. #1
    Join Date
    Aug 2004
    Location
    Northridge, CA
    Posts
    151

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    Amad,

    Can you post the configuration please?

    Rob

  3. #3
    Join Date
    Aug 2004
    Location
    Northridge, CA
    Posts
    151

    Default

    Thanks, but i have figured it out.

  4. #4
    Join Date
    Dec 2005
    Posts
    22

    Default

    How did you solve it?

Similar Threads

  1. Spring-based architectural approach
    By diegum in forum Architecture
    Replies: 9
    Last Post: May 10th, 2007, 04:09 PM
  2. Replies: 2
    Last Post: Oct 10th, 2005, 05:12 PM
  3. About business layer : manager and domain
    By ndeloof in forum Architecture
    Replies: 6
    Last Post: Mar 4th, 2005, 10:01 AM
  4. JDBC interface Business Objects and Logic
    By pdemilly in forum Data
    Replies: 1
    Last Post: Dec 29th, 2004, 06:45 PM
  5. Should Business Objects have References to DAOs?
    By sethladd in forum Architecture
    Replies: 9
    Last Post: Aug 25th, 2004, 01:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •