5 Replies Latest reply on Jan 17, 2007 2:16 AM by cinzko

    Could not resolve beanClass method from proxy call

    msaeed

      I'm working with ejb3 stateless session beans and ran into some exceptions. If the method called on the session bean returns an object the client throws an excetion. If the method is a void method, no exception is thrown. The error stack is as follows:

      java.lang.RuntimeException: Could not resolve beanClass method from proxy call

      at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:166)

      at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:107)

      at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:69)

      at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:566)

      at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:436)

      at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:247)

      at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:285)

      at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:169)



      I can't figure out the cause of the exception. Any feedback will be appreciated.

      Thanks

      Manny