You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michael Bouschen (Updated) (JIRA)" <ji...@apache.org> on 2012/04/01 18:44:30 UTC

[jira] [Updated] (JDO-713) SignatureTest failure for method Discriminator.discriminatorColumnName()

     [ https://issues.apache.org/jira/browse/JDO-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bouschen updated JDO-713:
---------------------------------

    Component/s: tck
    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;


  was:
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, beacsue the class is not prepared to deal with using an annotation in the default clause:
     Discriminator discriminatorColumnName() default @Discriminator;


    
> SignatureTest failure for method Discriminator.discriminatorColumnName()
> ------------------------------------------------------------------------
>
>                 Key: JDO-713
>                 URL: https://issues.apache.org/jira/browse/JDO-713
>             Project: JDO
>          Issue Type: Task
>          Components: tck
>    Affects Versions: JDO 3 maintenance release 1 (3.1)
>            Reporter: Michael Bouschen
>            Assignee: Michael Bouschen
>             Fix For: JDO 3 maintenance release 1 (3.1)
>
>
> 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;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira