4 Replies Latest reply on Jun 19, 2002 10:14 AM by carlangas

    I can´t call any metho in my EJB´s

    carlangas

      I developed for first time some Session beans with J2ee SDK 1.2 with success.
      Recently i hear for JBoss and i try to make work.
      I sucesfully created all the database configuration and deploy the EJB´s with success but in the client side, i generatede the bean sucessfully, but when i call any method of the bean´s de client throws this exception :

      java.rmi.ServerError: Error occurred in server thread; nested exception is:
      java.lang.StackOverflowError
      java.lang.StackOverflowError

      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)

      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)

      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)

      at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown Source)

      at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericProxy.java:357)

      at org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(StatelessSessionProxy.java:123)

      at $Proxy1.BuscarPorNombreParecidos(Unknown Source)

      at pacs.pacsconect.pacienteDB.BuscarPorNombreParecidos(pacienteDB.java:135)


      In the server´s logs doent´s appears anithing
      ¿Any Clue?