0 Replies Latest reply on Sep 23, 2005 6:51 PM by bill.may

    Error w/ tutorial: javax.ejb.EJBException: Invalid invocatio

    bill.may

      Deployed the app, launched the web page, pressed the compute button and got the following error at :

      try {
      Fibo bean = home.create();


      EJBException:; nested exception is: javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract tutorial.interfaces.Fibo tutorial.interfaces.FiboHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException java.rmi.ServerException

      I am using Eclipse 3.1, JBossIDE 1.5 and JBoss app server 4.0.2

      Any idea what I may have missed during the tutorial that may have caused this?

      Thank you.