1 Reply Latest reply on May 8, 2002 9:09 PM by davidjencks

    mystery warning when deploying entity bean in RC2

    haam

      I have a small test BMP entity bean, and when I deploy it in RC2, I get mysterious warnings:

      Bean : Foo
      Section: 12.2.12
      Warning: null

      12:23:14,346 INFO [EJBDeployer]
      Bean : Foo
      Section: 12.2.12
      Warning: null

      Bean seems to work OK. Section 12.2.12 says primary key should override hashCode() and equals(). Well, my PK class does that.

      Is this a deployer bug? If I change the DTD in the ejb-jar.xml to EJB 1.1, I get slight different warnings, but about the same issue.

      Haam