<div>I´m traying to access Postgis tables from Geoserver. (newbie...)</div>
<div> </div>
<div>First, i create a new Data Store (feature data type = postgis) and point it to the postgis database with the parameters. I fill the field 'schema' with the value 'public' where the table 'rivers' is stored.
</div>
<div> </div>
<div>My first question is:¿when tables are stored in diferent schemas do i must create diferent Data Stores for each one?</div>
<div> </div>
<div>Second, i create a new FeatureType that points the new Data Store. I can see the new 'postgis:::rivers' in the drop-down 'Feature Type Name', but several errors happens now: </div>
<div> </div>
<div>- When the 'FeatureType Editor' opens the box SRS appears with value -1 and with the following text: 'SRS WKT:  Could not find a definition for: EPSG:-1'.</div>
<div> (the real EPSG code is 23030 as is indicated in the 'geometry-columns' table of postgis.</div>
<div>- The Bounding Box is empty and when traying to Generate it the following message is returned: 'El FeatureType 'rivers' tiene extensi&oactute;n NULL. HINT: el conjunto de datos está vacío o no contiene un atributo geométrico por defecto.' when, in fact, it has a geometry column (the_geom).
</div>
<div> </div>
<div>Any help will be hugly appreciated!</div>