1 Reply Latest reply on Nov 30, 2004 5:53 AM by hugopinson

    Problem with ejb re deploy

    hugopinson

      Hello !

      I've got a problem deals with ejb deployment. The first time I put an Jar file containing my ejb in deplay repositiory there's no problem. but if i delete this Jar file and i put it into again, i 've got this error when the ejb is used.

      11:48:25,396 INFO [STDOUT] java.rmi.ServerException: EJBException:; nested exception is:
      javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract org.zlan.ejb.Test org.zlan.ejb.TestHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException


      If i restart jboss, ejb works perfectly

      Hugo