Re: jdbc schema is missing on apache

2018-03-12 Thread Jinmei Liao
Thanks!

On Mon, Mar 12, 2018 at 2:02 PM, Kirk Lund  wrote:

> 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  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  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  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?
> > >>
> > >>
> > >>  > >>  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
> > >>
> >
> >
>



-- 
Cheers

Jinmei


Re: jdbc schema is missing on apache

2018-03-12 Thread Kirk Lund
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  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  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  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?
> >>
> >>
> >>  >>  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
> >>
>
>


Re: jdbc schema is missing on apache

2018-03-07 Thread Anthony Baker
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  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  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?
>> 
>> 
>> >  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
>> 



Re: jdbc schema is missing on apache

2018-03-07 Thread Kirk Lund
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  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?
>
>
>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
>