We are trying to create a feature (layer) in GeoServer on top of a view in SQL Server 2008, rather than a table. We are able to create the feature, but it won't display any data because GeoServer (JDBC) can't detect a primary key to use as the FID. To the best of my knowledge, it is not possible to make a view column appear to be a primary key, and we can't figure out how to force GeoServer to recognize a specific column as the FID.

Any help would be greatly appreciated.

link|improve this question

80% accept rate
After many hours of digging, poking and prodding, I am inclined to believe this is not currently possible. I'd love to be proven wrong, but in the mean time we'll be migrating our app to PosgreGIS, which hopefully will be a matter of changing the dialects in the NHibernate config files. – Nathan Feb 18 '09 at 16:53
feedback

1 Answer

up vote 1 down vote accepted

This was apparently a known bug in the SQL 08 GeoServer driver. They have since fixed the problem, and the fixed version can be obtained by downloading one of their nightly builds. You'll need to get the latest copy of both GeoServer and the SQL Server driver.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.