1 Reply Latest reply on Jun 3, 2003 12:42 PM by adrian.brock

    Deployment Issue RMI/IIOP

    adougall

      Hi,

      Can anyone spot the error?

      Trying to deploy the simpliest CMP file and getting the following error:

      16:47:05,442 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/FoodieStore.jar
      16:47:05,802 WARN [verifier] EJB spec violation:
      Bean : ContactEJB
      Method : public abstract ContactRemote create(Integer, String, String, String, String) throws CreateException, RemoteException
      Section: 12.2.9
      Warning: The method return types defined in an Entity beans home interface MUST be legal types for RMI/IIOP.

      16:47:05,802 WARN [verifier] EJB spec violation:
      Bean : ContactEJB
      Method : public abstract ContactRemote findByPrimaryKey(Integer) throws FinderException, RemoteException
      Section: 12.2.9
      Warning: The method return types defined in an Entity beans home interface MUST be legal types for RMI/IIOP.

      The ContactRemote extends EJBObject and ContactHome extends EJBHome, and both are in the same package.

      Any ideas.

      I'v attached the source file.

      Alasdair Dougall