0 Replies Latest reply on Aug 9, 2005 12:45 PM by jim.owen

    Verifier Warning

    jim.owen

      Hi,

      As one of the first projects I'm taking on under JBoss and EJBs is porting a small system from Oracle AS over to JBoss. During this, I've run up against this error (warning) that I have not been able to find anything about and need some help.

      This class is a primary key class that is used by an Entity Bean. I have tried putting in a hashCode method that simply calls the super.hashCode() method, but this does not seem to help.

      Can anyone help on this?

      TIA,

      Jim

      Error:

      2005-08-08 18:34:29,756 WARN [org.jboss.verifier.strategy.EJBVerifier20] Default instances of primary key: class com.Company.FSCExport.FSCViolationPK do not have the same hash, check your hashCode method