2 Replies Latest reply on May 16, 2005 2:14 PM by mmaia

    EJB access possible from standalone client but failing from

    mmaia

      Hi,

      I have a simple facade ejb that does the coarse grained work for me. It´s deployed and it works fine when I use a simple JUnit client to test it, the strange thing is that it doe´s not work when I try to call it from a web application(.war file), it throws the following error when I try to call create on its´s remote home interface.

      javax.ejb.EJBException: Invalid invocation, check your deployment packaging, met
      hod=public abstract br.com.matecnologia.stepone.negocio.ejb.CRUDFacade br.com.ma
      tecnologia.stepone.negocio.ejb.CRUDFacadeHome.create() throws javax.ejb.CreateEx
      ception,java.rmi.RemoteException


      any clues? It looks like some bug on Tomcat or JBoss, I´m using JBoss 4.0.2

      tx in advance,