1 Reply Latest reply on Jun 3, 2004 8:51 AM by juha

    EJB name not bound after some time of inactvity

    grofcik

      Hello,
      I am new in JBoss., so i have simple (stupid) error.

      At first I call EJB - stateless session CMP. Everything works OK.
      After some time of inactivity (no call to EJB) I am trying to call EJB again
      But I obtained an exception
      javax.naming.NameNotFoundException: FOO not bound
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:240)
      .....

      Could anybody help me please.
      Thank in advance
      Martin