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

Reply via email to