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

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

Kirk Lund created GEODE-5021:
--------------------------------

             Summary: 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


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)