[
https://issues.apache.org/jira/browse/GEODE-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund reassigned GEODE-5021:
--------------------------------
Assignee: Kirk Lund
> 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
>
> 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)