0 Replies Latest reply on Nov 21, 2002 5:58 AM by lourai

    EJB CMP Deployment

    lourai

      During deployment of some ejb entity (CMP 2.0), Jboss send me an error :
      Local home interface does not have the method findByPrimaryKey(java.lang.Double)
      - even if the key is other type -

      Of course the findByPrimaryKey method is present in my local home interface

      I think it's due to a misconfiguration of the ejb-jar.xml file, but i didn't found any error.

      This error apears not for all ejb entity, some of them are ok and fully working (and developped by the same person with te same method !)