The jdbc-1.0.xsd is now online at: http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd
On Wed, Mar 7, 2018 at 10:13 AM, Anthony Baker <aba...@pivotal.io> wrote: > You need to add it to the geode-site repo on the asf-site branch: > > ~/code/geode-site (asf-site)$ find . -name *.xsd > ./schema/lucene/lucene-1.0.xsd > ./schema/cache/cache-1.0.xsd > > > Anthony > > > > On Mar 7, 2018, at 10:08 AM, Kirk Lund <kl...@apache.org> wrote: > > > > Yep, I believe it should exist. Any ideas where and how to copy it from > > Geode src so that it appears at http://geode.apache.org/schema/jdbc? > > > > On Wed, Mar 7, 2018 at 9:59 AM, Jinmei Liao <jil...@pivotal.io> wrote: > > > >> I am looking at some xml that specifies jdbc connector, the namespace is > >> pointing to " > >> > >> http://geode.apache.org/schema/jdbc", but that url is missing on > >> apache website. Is it supposed to be there? > >> > >> > >> <cache > >> xmlns="http://geode.apache.org/schema/cache" > >> xmlns:jdbc="http://geode.apache.org/schema/jdbc" > >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > >> xsi:schemaLocation="http://geode.apache.org/schema/cache > >> http://geode.apache.org/schema/cache/cache-1.0.xsd > >> http://geode.apache.org/schema/jdbc > >> http://geode.apache.org/schema/jdbc/jdbc-1.0.xsd" > >> version="1.0"> > >> > >> > >> -- > >> Cheers > >> > >> Jinmei > >> > >