[Geoserver-devel] [jira] Created: (GEOS-107) postgis FeatureTypeList

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=GEOS-107

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GEOS-107
    Summary: postgis FeatureTypeList
       Type: Bug

     Status: Open
   Priority: Critical

Original Estimate: Unknown
Time Spent: Unknown
  Remaining: Unknown

    Project: GeoServer
Components:
             PostGIS
   Versions:
             1.1.1

   Assignee: Chris Holmes
   Reporter: nicolas invernon

    Created: Thu, 4 Mar 2004 10:05 AM
    Updated: Thu, 4 Mar 2004 10:05 AM

Description:
Hello,

I try to use geoserver 1.1.1 with a postgis (0.8.0) database but
when I run this request :
http://localhost:8080/geoserver/wfs?request=GetCapabilities
In the xml page, there is nothing in the FeatureTypeList ...

Here is my
jakarta-tomcat-5.0.19/webapps/geoserver/WEB-INF/catalog.xml file :

/********************* catalog.xml ***************************/
<?xml version="1.0" encoding="UTF-8"?>
<catalog>
  <datastores>
  <datastore id="local.postgis" enabled="true" namespace="zipcode">
      <connectionParams>
        <parameter name="host" value="localhost"/>
        <parameter name="port" value="5432"/>
        <parameter name="database" value="mydb"/>
        <parameter name="user" value="user"/>
        <parameter name="passwd" value="password"/>
        <parameter name="dbtype" value="postgis"/>
      </connectionParams>
    </datastore>
</datastores>

  <namespaces>
  <namespace uri="http://picasso.dlsi.uji.es/schemas/oklahoma/zipcode&quot; prefix="zipcode"/>
  </namespaces>

</catalog>
/*****************************************************************/

Here is my jakarta-tomcat-5.0.19/webapps/geoserver/data/featureTypes/nw/info.xml file

/******************* info.xml **************/
<?xml version="1.0" encoding="UTF-8"?>
<featureType datastore="local.postgis">
    <name>nw</name>
    <title>nw</title>
    <abstract>nw</abstract>
    <keywords>name</keywords>
    <latLonBoundingBox minx="-0.809600500000002" miny="39.7350649" maxx="0.509200900000003" maxy="40.7864622" />
    <SRS>32118</SRS>
</featureType>
/****************************************/

If someone can help me ...

---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira