0 Replies Latest reply on Nov 8, 2001 11:39 AM by vad

    Removing Entity Bean

    vad

      Hi all,
      I 'got a weird pb with JBoss 3.0 :
      I can't remove one of my entity bean if I created it in a previous JBoss "session" (after a shutdown and a start). No problem if I create and remove it in the same session.
      I catch this :"
      java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
      java.rmi.ServerException: removing bean lock and it has tx set!; nested exception is:
      java.lang.IllegalStateException: removing bean lock and it has tx set!
      "
      I can't understand what is locked and how I can remove this lock ?

      Have anyone an idea to help ?
      Thanks.