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

Van Halbert (JIRA) jira-events at lists.jboss.org
Tue May 12 10:15:47 EDT 2009


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
            Reporter: Van Halbert
            Assignee: Steven Hawkins


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