[ https://issues.apache.org/jira/browse/GEODE-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirk Lund resolved GEODE-5021. ------------------------------ Resolution: Fixed Fix Version/s: 1.6.0 > 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)