You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Jinmei Liao <ji...@pivotal.io> on 2018/03/07 17:59:15 UTC

jdbc schema is missing on apache

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

Re: jdbc schema is missing on apache

Posted by Jinmei Liao <ji...@pivotal.io>.
Thanks!

On Mon, Mar 12, 2018 at 2:02 PM, Kirk Lund <kl...@apache.org> 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 <ab...@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 <ji...@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
> > >>
> >
> >
>



-- 
Cheers

Jinmei

Re: jdbc schema is missing on apache

Posted by Kirk Lund <kl...@apache.org>.
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 <ab...@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 <ji...@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
> >>
>
>

Re: jdbc schema is missing on apache

Posted by Anthony Baker <ab...@pivotal.io>.
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 <ji...@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
>> 


Re: jdbc schema is missing on apache

Posted by Kirk Lund <kl...@apache.org>.
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 <ji...@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
>