You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/05/02 18:22:14 UTC

[jira] [Closed] (GEODE-5021) JdbcConnectorService xsd is missing parameters on connection element

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

Anthony Baker closed GEODE-5021.
--------------------------------

> JdbcConnectorService xsd is missing parameters on connection element
> --------------------------------------------------------------------
>
>                 Key: GEODE-5021
>                 URL: https://issues.apache.org/jira/browse/GEODE-5021
>             Project: Geode
>          Issue Type: Bug
>          Components: extensions
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> JdbcConnectorService xsd is missing parameters on connection element:
> {noformat}
>                 <xsd:element name="connection" maxOccurs="unbounded" minOccurs="0">
>                     <xsd:complexType>
>                         <xsd:simpleContent>
>                             <xsd:extension base="xsd:string">
>                                 <xsd:attribute type="xsd:string" name="name" use="optional"/>
>                                  <xsd:attribute type="xsd:string" name="url" use="optional"/>
>                                  <xsd:attribute type="xsd:string" name="user" use="optional"/>
>                                  <xsd:attribute type="xsd:string" name="password" use="optional"/>
> +                                <xsd:attribute type="xsd:string" name="parameters" use="optional"/>
>                              </xsd:extension>
>                          </xsd:simpleContent>
>                      </xsd:complexType>
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)