[jboss-jira] [JBoss JIRA] (AS7-6130) Incorrect setters in org.jboss.as.cmp.jdbc.metadata.JDBCCMPFieldPropertyMetaData

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Dec 11 15:49:17 EST 2012


     [ https://issues.jboss.org/browse/AS7-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated AS7-6130:
----------------------------------

    Assignee: Stephen Coy  (was: jaikiran pai)

    
> Incorrect setters in org.jboss.as.cmp.jdbc.metadata.JDBCCMPFieldPropertyMetaData
> --------------------------------------------------------------------------------
>
>                 Key: AS7-6130
>                 URL: https://issues.jboss.org/browse/AS7-6130
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 7.2.0.Alpha1
>         Environment: n/a
>            Reporter: Stephen Coy
>            Assignee: Stephen Coy
>              Labels: CMP
>             Fix For: 7.2.0.Alpha1
>
>
>     public void setNotNul(final boolean notNul) {
>         this.notNull = notNull;
>     }
>     public void setSqlType(final String elementText) {
>         this.sqlType = sqlType;
>     }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list