1 Reply Latest reply on Aug 17, 2004 12:07 PM by slonko

    EJB (+JCA) Hotdeployment Error

      I have an EJB working on a custom ResourceAdapter implementation. The .rar file contains the EJB remote interface classes in order to access the EJB. All works fine except when i try to redeploy the EJB, the deployer always complains about spec compliance:
      "The methods defined in the remote interface must have a matching method in the bean's class with the same name and same number and types of arguments"

      This seems to an issue with the classes deployed within the .rar file.
      When i remove them from the resource adapter archive everything deploys fine.

      Any help is greatly appreciated,
      Heiko