4 Replies Latest reply on May 1, 2003 4:47 PM by kondjboss

    Applet-EJB-Communication

      Hi all,

      I have got a simple application which makes calls to a stateless session bean in my JBoss-Container (Version 3.2). Everything is working fine as long as it's run as a standalone application, but when I convert my application to an applet, my calls to the session bean's business methods result in the following error message (while the call to the Home Interface's create()-method still succeeds):

      java.lang.IllegalStateException: METHOD IS NOT FOUND

      at org.jboss.invocation.MarshalledInvocation.getMethod(MarshalledInvocation.java:239)

      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:161)

      at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:154)

      at org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:303)

      at org.jboss.ejb.Container.invoke(Container.java:680)

      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      ...... (some more)

      Anyone got an idea?

      Thanks in advance