| Author |
EJB3.0 Could not resolve beanClass method from proxy call
|
Narendra Payidiparthi
Greenhorn
Joined: Sep 19, 2007
Posts: 10
|
|
Hi all Suddenly I have noticed that when I try to invoke a bean method delared in remote I am facing this problem for the new method added . I tried to test the existing method invocations and there is no problem.. I see this with new method additions.,. I am confused why I am suddenly facing this problem. We are using JBOSS 4.3 SP 1 application.. Any help or clue is greatly appreciated. Exception in thread "main" 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)
|
 |
Narendra Payidiparthi
Greenhorn
Joined: Sep 19, 2007
Posts: 10
|
|
|
I did use jad to decompile and see the method in the bean class as well as remote interface.. Let me know how can I proceed to resolve this runtime error.
|
 |
Monty Rash
Greenhorn
Joined: Jan 27, 2012
Posts: 1
|
|
|
I faced the same problem. Did anyone have some luck with that?
|
 |
Andrew Moko
Ranch Hand
Joined: Dec 16, 2011
Posts: 55
|
|
|
Like we always say, A CODE SNIPPLET IS WORTH A THOUSAND WORDS
|
 |
 |
|
|
subject: EJB3.0 Could not resolve beanClass method from proxy call
|
|
|