1 Reply Latest reply on Feb 26, 2006 5:27 AM by meme

    @Id( generator...

    meme

      Hi there,

      what happens to

      @Id( generator = "..."),
      @Lob( type = "..." ),
      @Inheritance(discriminatorType = "...",...),
      @DiscriminatorColumn(nullable=false,...),
      ... ????


      I've used them in an ejb3 project wich runs really good. After updateing the ejb3 in my jboss nothing works. The mentioned Attributes (generator,
      type,...) aren't available anymore.

      @Id have no attribute anymore in ejb3 RC5 PFD.

      Is that wanted or is it a bug in RC5?

      yours

      me