Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-713

SignatureTest failure for method Discriminator.discriminatorColumnName()

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • JDO 3.1-rc1
    • JDO 3.1-rc1
    • tck
    • None

    Description

      JDO-702 added discriminatorColumnName to the Embedded annotation.
      This needs to be added to the signature file, currently the SignatureTest (configuration runone.conf) fails:
      found: public abstract javax.jdo.annotations.Discriminator discriminatorColumnName() default "@javax.jdo.annotations.Discriminator(customStrategy=, indexed=, columns=[], column=, value=, strategy=UNSPECIFIED)"

      Plase note, this requires changing the parser used by the SignareTest, because the class is not prepared to deal with using an annotation in the default clause:
      Discriminator discriminatorColumnName() default @Discriminator;

      Attachments

        1. JDO-713.patch
          8 kB
          Michael Bouschen

        Activity

          People

            mbo Michael Bouschen
            mbo Michael Bouschen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: