Re: [Geoserver-devel] Is SQLDialect:includeTable used by Geoserver 2.x

2010-02-08 Thread Christian Müller
You were right, the method is called, my fault, I missed to implement a delegating method. On the other side, including only views and tables having a geometry column causes the geometryless tests and the primarey key tests to fail. I fixed the problem with the missing database schema name ins

Re: [Geoserver-devel] Is SQLDialect:includeTable used by Geoserver 2.x

2010-02-08 Thread Andrea Aime
Christian Müller ha scritto: > After creating a feature store (I tested for DB2), geoserver is showing the > possible feature candidates. > It seems that the geotools method > > SQLDialect: > public boolean includeTable(String schemaName, String tableName, Connection > cx) > > is never called

[Geoserver-devel] Is SQLDialect:includeTable used by Geoserver 2.x

2010-02-08 Thread Christian Müller
After creating a feature store (I tested for DB2), geoserver is showing the possible feature candidates. It seems that the geotools method SQLDialect: public boolean includeTable(String schemaName, String tableName, Connection cx) is never called. Additionally, this makes problems for db2