1 Reply Latest reply on Apr 11, 2006 4:21 PM by charliekelly

    Variation in annotations between ejb3 and Hibernate?

      @Id (generate=GeneratorType.AUTO)
      appears to be a valid annotation when compiled with Hibernate annotations but generates a warning when compiled with JBoss ejb3

      ("the attribute generate is undefined for the annotation Id")

      Inside the JBoss AS container, which annotations are used?
      How are variations resolved?

      Thanks

      Charlie