0 Replies Latest reply on Aug 28, 2002 1:43 PM by gsanil

    RE: Invalid invocation, check your deployment packaging,

    gsanil

      Hi,

      I have an ear file that has couple of web apps that talk to another ear file that has ejb's. To make this work, I had to use the "Scoping Classes Using EARs" by adding jboss-app.xml and defining it's own class loaders. This deploys fine, but when I try to run this app, I get the following exception. Is this a bug? Any experiences from anyone of you that have multiple ears talking to each other.

      Appreciate your help.

      Thanks in advance,

      Here is the stack trace.
      java.rmi.ServerException: Invalid invocation, check your deployment packaging, method=public abstract net.xxx.ff.client.FacadeRemote net.xxx.ff.client.FacadeHome.create() throws java.rmi.RemoteException,javax.ejb.CreateException; nested exception is:
      javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract net.xxx.ff.client.FacadeRemote net.xxx.ff.client.FacadeHome.create() throws java.rmi.RemoteException,javax.ejb.CreateException
      javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract net.xxx.ff.client.FacadeRemote net.xxx.ff.client.FacadeHome.create() throw
      s java.rmi.RemoteException,javax.ejb.CreateException