[teiid-issues] [JBoss JIRA] Resolved: (TEIID-576) When a property is optional, the multiplicity on the connector type needs to be set to "0..1", not "0"

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue May 12 11:50:53 EDT 2009


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

Steven Hawkins resolved TEIID-576.
----------------------------------

    Resolution: Done


made the corrections to connector-jdbc.xml

> When a property  is optional, the multiplicity on the connector type needs to be set to  "0..1",  not "0"
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-576
>                 URL: https://jira.jboss.org/jira/browse/TEIID-576
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Connector
>    Affects Versions: 6.0.0
>            Reporter: Van Halbert
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 6.1.0
>
>
> The jdbc connectors cannot have their username and passwords set in the console due to the multiplicity setting in the JDBC Connector type.   The username and password (and possibliy others) have the multiplicity set to "0", thinking this meant optional.   However, the correct setting should be "0..n", where n is the max number acceptable values (i.e.,   "0..1" in the case of username and paswordl).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list