0 Replies Latest reply on May 25, 2006 10:31 PM by gduan2000

    EJB3.0 RC7 warning

      I am getting this warning when deploying after upgrading from RC6 to RC7

      Hibernate does not support SequenceGenerator.initialValue()


      I use sequence generator but I don't set the initialvalue. Don't know why this warning shows up.

      for example, this is my sequence generator definition:
      @Entity
      @SequenceGenerator(name = "sg", sequenceName = "seq_billingdetail")
      public class BillingDetail implements Serializable {
      ...
      ...

      please advise