[
https://issues.apache.org/jira/browse/GEODE-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16428529#comment-16428529
]
ASF subversion and git services commented on GEODE-5021:
--------------------------------------------------------
Commit a6a72750021cf6d17a19e1c6adbb51643680e2d6 in geode's branch
refs/heads/develop from [[email protected]]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a6a7275 ]
GEODE-5021: Add parameters to connection in jdbc-1.0.xsd (#1748)
> 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
> 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)