[Geoserver-users] sql 2008 could not find mapping for geography column

For those struggling to connect to sql server 2008 as a datastore I got the
unable to connect error until left out the database name.

Now that I have registered the datastore I am having trouble creating a
featuretype. I imported census info for counties into a table and selected
that table as a new featuretype. The issue is that it does not seem to
recognize the geography column.
http://www.nabble.com/file/p22913505/ScreenHunter_01%2BApr.%2B06%2B13.24.gif
ScreenHunter_01+Apr.+06+13.24.gif

As you can see the geography column maps to QName? And the log shows could
not find mapping. Does geoserver understand geography columns in sql server
2008?

I guess since there is a problem with this featuretype it is not showing up
on the GetCapabilities metadata. So I can't use the demo page or browse to
the feature.

Thanks,
Mike
--
View this message in context: http://www.nabble.com/sql-2008-could-not-find-mapping-for-geography-column-tp22913505p22913505.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Hi Mike,

Interesting. Can you point me at the shapefile you imported, I will give it a shot over here.

-Justin

MakaniKai wrote:

For those struggling to connect to sql server 2008 as a datastore I got the
unable to connect error until left out the database name.

Now that I have registered the datastore I am having trouble creating a
featuretype. I imported census info for counties into a table and selected
that table as a new featuretype. The issue is that it does not seem to
recognize the geography column. http://www.nabble.com/file/p22913505/ScreenHunter_01%2BApr.%2B06%2B13.24.gif
ScreenHunter_01+Apr.+06+13.24.gif

As you can see the geography column maps to QName? And the log shows could
not find mapping. Does geoserver understand geography columns in sql server
2008?

I guess since there is a problem with this featuretype it is not showing up
on the GetCapabilities metadata. So I can't use the demo page or browse to
the feature.

Thanks,
Mike

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

I tried this out locally, downloading one of the shapefiles and I managed to get it to work ok. The QName mapping is indeed strange. Question, what distribution of SQL server are you running? Express or the "full blown". Also, what version of the JDBC driver is being used? 2.0 or 1.2?

Perhaps you can also point me at an exact shapefile that you used. And possibly any info you specified while importing it.

Thanks,

-Justin

MakaniKai wrote:

For those struggling to connect to sql server 2008 as a datastore I got the
unable to connect error until left out the database name.

Now that I have registered the datastore I am having trouble creating a
featuretype. I imported census info for counties into a table and selected
that table as a new featuretype. The issue is that it does not seem to
recognize the geography column. http://www.nabble.com/file/p22913505/ScreenHunter_01%2BApr.%2B06%2B13.24.gif
ScreenHunter_01+Apr.+06+13.24.gif

As you can see the geography column maps to QName? And the log shows could
not find mapping. Does geoserver understand geography columns in sql server
2008?

I guess since there is a problem with this featuretype it is not showing up
on the GetCapabilities metadata. So I can't use the demo page or browse to
the feature.

Thanks,
Mike

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

I have run into a similar problem.

I am running SQL Server 2008 Express (10.0.1600). GeoServer is at version
1.7.6 with JDBC 1.2. Connection to the db, without specifying db name, works
like a charm.

I designed a simple table in SQL Management Studio and added one point to
it. GeoServer bails out with the following warnings:

No primary key or unique index found for phjtest.
Could not find mapping for 'theGeo', ignoring the column and setting the
feature type read only

I am not able to figure out what is wrong with this setup, any help will be
greatly appreciated.

My table, and data, looks like this:

CREATE TABLE [dbo].[phjtest](
  [id] [bigint] IDENTITY(1,1) NOT NULL,
  [theGeo] [geography] NULL,
  [navn] [nvarchar](50) NULL
) ON [PRIMARY]

INSERT INTO phjtest (navn, theGeo)
VALUES(
    'Stiftsgården',
    geography::STGeomFromText('POINT(10.393752 63.428874)',4326));

Regards,

Per Henrik

MakaniKai wrote:

For those struggling to connect to sql server 2008 as a datastore I got
the
unable to connect error until left out the database name.

<snip>

--
View this message in context: http://www.nabble.com/sql-2008-could-not-find-mapping-for-geography-column-tp22913505p25644798.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

I am assuming that the index built when you created the IDENTITY on the ID column was created as NONUNIQUE.

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2680…]
Sent: Monday, September 28, 2009 8:58 AM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

I have run into a similar problem.

I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
version
1.7.6 with JDBC 1.2. Connection to the db, without specifying db name,
works
like a charm.

I designed a simple table in SQL Management Studio and added one point
to
it. GeoServer bails out with the following warnings:

No primary key or unique index found for phjtest.
Could not find mapping for 'theGeo', ignoring the column and setting the
feature type read only

I am not able to figure out what is wrong with this setup, any help will
be
greatly appreciated.

My table, and data, looks like this:

CREATE TABLE [dbo].[phjtest](
  [id] [bigint] IDENTITY(1,1) NOT NULL,
  [theGeo] [geography] NULL,
  [navn] [nvarchar](50) NULL
) ON [PRIMARY]

INSERT INTO phjtest (navn, theGeo)
VALUES(
    'Stiftsgården',
    geography::STGeomFromText('POINT(10.393752 63.428874)',4326));

Regards,

Per Henrik

MakaniKai wrote:
> For those struggling to connect to sql server 2008 as a datastore I
got
> the
> unable to connect error until left out the database name.
>
> <snip>
--
View this message in context: http://www.nabble.com/sql-2008-could-not-
find-mapping-for-geography-column-tp22913505p25644798.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Charles,

Yes, adding an index to the table took care of the "No primary key or unique index" warning. Thank you :slight_smile:

But I am still puzzled by "Could not find mapping" and quite unable to resolve it. It seems like GeoServer can not determine the type of the geography column. I guess I must do some tweeking on SQL Server, but don't know where or what?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 28. september 2009 15:40
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for geography column

I am assuming that the index built when you created the IDENTITY on the ID column was created as NONUNIQUE.

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2680…]
Sent: Monday, September 28, 2009 8:58 AM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

I have run into a similar problem.

I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
version
1.7.6 with JDBC 1.2. Connection to the db, without specifying db name,
works
like a charm.

I designed a simple table in SQL Management Studio and added one point
to
it. GeoServer bails out with the following warnings:

No primary key or unique index found for phjtest.
Could not find mapping for 'theGeo', ignoring the column and setting the
feature type read only

I am not able to figure out what is wrong with this setup, any help will
be
greatly appreciated.

My table, and data, looks like this:

CREATE TABLE [dbo].[phjtest](
  [id] [bigint] IDENTITY(1,1) NOT NULL,
  [theGeo] [geography] NULL,
  [navn] [nvarchar](50) NULL
) ON [PRIMARY]

INSERT INTO phjtest (navn, theGeo)
VALUES(
    'Stiftsgården',
    geography::STGeomFromText('POINT(10.393752 63.428874)',4326));

Regards,

Per Henrik

MakaniKai wrote:
> For those struggling to connect to sql server 2008 as a datastore I
got
> the
> unable to connect error until left out the database name.
>
> <snip>
--
View this message in context: http://www.nabble.com/sql-2008-could-not-
find-mapping-for-geography-column-tp22913505p25644798.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Per Henrik,

I'm somewhat new to GeoServer but was able to add a Datastore from a SQL Server 2008 database and view it via the GeoServer demo/Openlayers page. Are you able to view it there?

Regards,
Charles E. Deaton
Database Administrator
Realcomp II Ltd.
28555 Orchard Lake Road, Suite 200
Farmington Hills, MI 48334
General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142
http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2682…]
Sent: Tuesday, September 29, 2009 6:27 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Yes, adding an index to the table took care of the "No primary key or
unique index" warning. Thank you :slight_smile:

But I am still puzzled by "Could not find mapping" and quite unable to
resolve it. It seems like GeoServer can not determine the type of the
geography column. I guess I must do some tweeking on SQL Server, but
don't know where or what?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 28. september 2009 15:40
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

I am assuming that the index built when you created the IDENTITY on the
ID column was created as NONUNIQUE.

> -----Original Message-----
> From: Per Henrik Johansen [mailto:phj@…2680…]
> Sent: Monday, September 28, 2009 8:58 AM
> To: geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
> geography column
>
>
> I have run into a similar problem.
>
> I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
> version
> 1.7.6 with JDBC 1.2. Connection to the db, without specifying db name,
> works
> like a charm.
>
> I designed a simple table in SQL Management Studio and added one point
> to
> it. GeoServer bails out with the following warnings:
>
> No primary key or unique index found for phjtest.
> Could not find mapping for 'theGeo', ignoring the column and setting
the
> feature type read only
>
> I am not able to figure out what is wrong with this setup, any help
will
> be
> greatly appreciated.
>
> My table, and data, looks like this:
>
> CREATE TABLE [dbo].[phjtest](
> [id] [bigint] IDENTITY(1,1) NOT NULL,
> [theGeo] [geography] NULL,
> [navn] [nvarchar](50) NULL
> ) ON [PRIMARY]
>
> INSERT INTO phjtest (navn, theGeo)
> VALUES(
> 'Stiftsgården',
> geography::STGeomFromText('POINT(10.393752 63.428874)',4326));
>
> Regards,
>
> Per Henrik
>
> MakaniKai wrote:
> > For those struggling to connect to sql server 2008 as a datastore I
> got
> > the
> > unable to connect error until left out the database name.
> >
> > <snip>
> --
> View this message in context: http://www.nabble.com/sql-2008-could-
not-
> find-mapping-for-geography-column-tp22913505p25644798.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------
--
> ------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart
your
> developing skills, take BlackBerry mobile applications to market and
> stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Charles,

I am new to GeoServer myself and don't have much experience with the spatial capabilities in SQL Server - sounds like a bad combination :slight_smile:

I have been able to add the SQL Server as a datastore and can view the tables in the db. When I try to add a new feature type from a table, it seems like GeoServer does not recognize my geography column. It can not read the SRS, create bounding box, etc, and the column does not show up in the table summary at the bottom of the FeatureType editor.

Since there is not much configuration to be done at the GeoServer side, I'm suspecting I have missed some configuration issue(s) on SQL Server, either at the server, database, table or column level.

Did you do anything special or did you manage to access SQL Server "out-of-the-box"?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 29. september 2009 15:15
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for geography column

Per Henrik,

I'm somewhat new to GeoServer but was able to add a Datastore from a SQL Server 2008 database and view it via the GeoServer demo/Openlayers page. Are you able to view it there?

Regards,
Charles E. Deaton
Database Administrator
Realcomp II Ltd.
28555 Orchard Lake Road, Suite 200
Farmington Hills, MI 48334
General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142
http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2682…]
Sent: Tuesday, September 29, 2009 6:27 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Yes, adding an index to the table took care of the "No primary key or
unique index" warning. Thank you :slight_smile:

But I am still puzzled by "Could not find mapping" and quite unable to
resolve it. It seems like GeoServer can not determine the type of the
geography column. I guess I must do some tweeking on SQL Server, but
don't know where or what?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 28. september 2009 15:40
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

I am assuming that the index built when you created the IDENTITY on the
ID column was created as NONUNIQUE.

> -----Original Message-----
> From: Per Henrik Johansen [mailto:phj@…2680…]
> Sent: Monday, September 28, 2009 8:58 AM
> To: geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
> geography column
>
>
> I have run into a similar problem.
>
> I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
> version
> 1.7.6 with JDBC 1.2. Connection to the db, without specifying db name,
> works
> like a charm.
>
> I designed a simple table in SQL Management Studio and added one point
> to
> it. GeoServer bails out with the following warnings:
>
> No primary key or unique index found for phjtest.
> Could not find mapping for 'theGeo', ignoring the column and setting
the
> feature type read only
>
> I am not able to figure out what is wrong with this setup, any help
will
> be
> greatly appreciated.
>
> My table, and data, looks like this:
>
> CREATE TABLE [dbo].[phjtest](
> [id] [bigint] IDENTITY(1,1) NOT NULL,
> [theGeo] [geography] NULL,
> [navn] [nvarchar](50) NULL
> ) ON [PRIMARY]
>
> INSERT INTO phjtest (navn, theGeo)
> VALUES(
> 'Stiftsgården',
> geography::STGeomFromText('POINT(10.393752 63.428874)',4326));
>
> Regards,
>
> Per Henrik
>
> MakaniKai wrote:
> > For those struggling to connect to sql server 2008 as a datastore I
> got
> > the
> > unable to connect error until left out the database name.
> >
> > <snip>
> --
> View this message in context: http://www.nabble.com/sql-2008-could-
not-
> find-mapping-for-geography-column-tp22913505p25644798.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------
--
> ------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart
your
> developing skills, take BlackBerry mobile applications to market and
> stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Charles,

Solved the problem :slight_smile: I had to use the GEOMETRY data type NOT Geography.

Regards,

Per Henrik

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2682…]
Sent: 30. september 2009 12:05
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for geography column

Charles,

I am new to GeoServer myself and don't have much experience with the spatial capabilities in SQL Server - sounds like a bad combination :slight_smile:

I have been able to add the SQL Server as a datastore and can view the tables in the db. When I try to add a new feature type from a table, it seems like GeoServer does not recognize my geography column. It can not read the SRS, create bounding box, etc, and the column does not show up in the table summary at the bottom of the FeatureType editor.

Since there is not much configuration to be done at the GeoServer side, I'm suspecting I have missed some configuration issue(s) on SQL Server, either at the server, database, table or column level.

Did you do anything special or did you manage to access SQL Server "out-of-the-box"?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 29. september 2009 15:15
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for geography column

Per Henrik,

I'm somewhat new to GeoServer but was able to add a Datastore from a SQL Server 2008 database and view it via the GeoServer demo/Openlayers page. Are you able to view it there?

Regards,
Charles E. Deaton
Database Administrator
Realcomp II Ltd.
28555 Orchard Lake Road, Suite 200
Farmington Hills, MI 48334
General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142
http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2682…]
Sent: Tuesday, September 29, 2009 6:27 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Yes, adding an index to the table took care of the "No primary key or
unique index" warning. Thank you :slight_smile:

But I am still puzzled by "Could not find mapping" and quite unable to
resolve it. It seems like GeoServer can not determine the type of the
geography column. I guess I must do some tweeking on SQL Server, but
don't know where or what?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 28. september 2009 15:40
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

I am assuming that the index built when you created the IDENTITY on the
ID column was created as NONUNIQUE.

> -----Original Message-----
> From: Per Henrik Johansen [mailto:phj@…2680…]
> Sent: Monday, September 28, 2009 8:58 AM
> To: geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
> geography column
>
>
> I have run into a similar problem.
>
> I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
> version
> 1.7.6 with JDBC 1.2. Connection to the db, without specifying db name,
> works
> like a charm.
>
> I designed a simple table in SQL Management Studio and added one point
> to
> it. GeoServer bails out with the following warnings:
>
> No primary key or unique index found for phjtest.
> Could not find mapping for 'theGeo', ignoring the column and setting
the
> feature type read only
>
> I am not able to figure out what is wrong with this setup, any help
will
> be
> greatly appreciated.
>
> My table, and data, looks like this:
>
> CREATE TABLE [dbo].[phjtest](
> [id] [bigint] IDENTITY(1,1) NOT NULL,
> [theGeo] [geography] NULL,
> [navn] [nvarchar](50) NULL
> ) ON [PRIMARY]
>
> INSERT INTO phjtest (navn, theGeo)
> VALUES(
> 'Stiftsgården',
> geography::STGeomFromText('POINT(10.393752 63.428874)',4326));
>
> Regards,
>
> Per Henrik
>
> MakaniKai wrote:
> > For those struggling to connect to sql server 2008 as a datastore I
> got
> > the
> > unable to connect error until left out the database name.
> >
> > <snip>
> --
> View this message in context: http://www.nabble.com/sql-2008-could-
not-
> find-mapping-for-geography-column-tp22913505p25644798.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------
--
> ------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart
your
> developing skills, take BlackBerry mobile applications to market and
> stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

FYI this is a known issue:

http://jira.codehaus.org/browse/GEOT-2193

-Justin

Per Henrik Johansen wrote:

Charles,

Solved the problem :slight_smile: I had to use the GEOMETRY data type NOT Geography.

Regards,

Per Henrik

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com] Sent: 30. september 2009 12:05
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for geography column

Charles,

I am new to GeoServer myself and don't have much experience with the spatial capabilities in SQL Server - sounds like a bad combination :slight_smile:

I have been able to add the SQL Server as a datastore and can view the tables in the db. When I try to add a new feature type from a table, it seems like GeoServer does not recognize my geography column. It can not read the SRS, create bounding box, etc, and the column does not show up in the table summary at the bottom of the FeatureType editor.

Since there is not much configuration to be done at the GeoServer side, I'm suspecting I have missed some configuration issue(s) on SQL Server, either at the server, database, table or column level.

Did you do anything special or did you manage to access SQL Server "out-of-the-box"?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@anonymised.com] Sent: 29. september 2009 15:15
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for geography column

Per Henrik,

I'm somewhat new to GeoServer but was able to add a Datastore from a SQL Server 2008 database and view it via the GeoServer demo/Openlayers page. Are you able to view it there?

Regards, Charles E. Deaton Database Administrator Realcomp II Ltd. 28555 Orchard Lake Road, Suite 200 Farmington Hills, MI 48334 General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142 http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com]
Sent: Tuesday, September 29, 2009 6:27 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Yes, adding an index to the table took care of the "No primary key or
unique index" warning. Thank you :slight_smile:

But I am still puzzled by "Could not find mapping" and quite unable to
resolve it. It seems like GeoServer can not determine the type of the
geography column. I guess I must do some tweeking on SQL Server, but
don't know where or what?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@anonymised.com]
Sent: 28. september 2009 15:40
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

I am assuming that the index built when you created the IDENTITY on the
ID column was created as NONUNIQUE.

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com]
Sent: Monday, September 28, 2009 8:58 AM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

I have run into a similar problem.

I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
version
1.7.6 with JDBC 1.2. Connection to the db, without specifying db name,
works
like a charm.

I designed a simple table in SQL Management Studio and added one point
to
it. GeoServer bails out with the following warnings:

No primary key or unique index found for phjtest.
Could not find mapping for 'theGeo', ignoring the column and setting

the

feature type read only

I am not able to figure out what is wrong with this setup, any help

will

be
greatly appreciated.

My table, and data, looks like this:

CREATE TABLE [dbo].[phjtest](
  [id] [bigint] IDENTITY(1,1) NOT NULL,
  [theGeo] [geography] NULL,
  [navn] [nvarchar](50) NULL
) ON [PRIMARY]

INSERT INTO phjtest (navn, theGeo)
VALUES(
    'Stiftsgården',
    geography::STGeomFromText('POINT(10.393752 63.428874)',4326));

Regards,

Per Henrik

MakaniKai wrote:

For those struggling to connect to sql server 2008 as a datastore I

got

the
unable to connect error until left out the database name.

<snip>

--
View this message in context: http://www.nabble.com/sql-2008-could-

not-

find-mapping-for-geography-column-tp22913505p25644798.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

----------------------------------------------------------------------

--

------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart

your

developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Per Henrik,

Great, I'm happy to hear you resolved the issue.

After playing with access to a SQL Server data store I'm amazed at how slow it is. I've been reading flat shapefiles from disk and GeoServer is very fast. But I have to say I'm very disappointed in the speed from a SQL Server. As an example reading from a shapefile the OpenLayers demo draws the layer in less than 2 seconds. From SQL it takes over 30 seconds. A feature request in from the shapefile in Openlayers also takes less than 2 seconds. From SQL it takes over 1 minute. The layer only has 887 polygons (school districts in Michigan, USA) and the attributes are nothing more than the name, area in miles and a few short code fields. Have you noticed slow responses as well from the method you use to access that data? I am running GeoServer 1.7.6 on a box with 4-3GB processors and 4 GB of memory. The SQL box is larger and has no use except by me. I did notice by running profiler that a feature request appears to be issuing this 3552 times in 3 sets for a total of 10656 commands:
SELECT "ID","FIPS_CODE","NAME","SQKM","SQMILES","ACRES","VER",CAST("geom".STSrid as VARCHAR) + ':' + "geom".STAsText() as "geom" FROM "MI_Schools"

Doesn't seem quite right as it's not passing in any predicate.

I also noticed that a simple pan or zoom of the map submitted over 3500 of these:
SELECT "ID","NAME",CAST("geom".STSrid as VARCHAR) + ':' + "geom".STAsText() as "geom" FROM "MI_Schools"

Regards,
Charles E. Deaton
Database Administrator
Realcomp II Ltd.
28555 Orchard Lake Road, Suite 200
Farmington Hills, MI 48334
General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142
http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2682…]
Sent: Wednesday, September 30, 2009 7:31 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Solved the problem :slight_smile: I had to use the GEOMETRY data type NOT Geography.

Regards,

Per Henrik

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@…2682…]
Sent: 30. september 2009 12:05
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

I am new to GeoServer myself and don't have much experience with the
spatial capabilities in SQL Server - sounds like a bad combination :slight_smile:

I have been able to add the SQL Server as a datastore and can view the
tables in the db. When I try to add a new feature type from a table, it
seems like GeoServer does not recognize my geography column. It can not
read the SRS, create bounding box, etc, and the column does not show up
in the table summary at the bottom of the FeatureType editor.

Since there is not much configuration to be done at the GeoServer side,
I'm suspecting I have missed some configuration issue(s) on SQL Server,
either at the server, database, table or column level.

Did you do anything special or did you manage to access SQL Server "out-
of-the-box"?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@…2551…]
Sent: 29. september 2009 15:15
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

Per Henrik,

I'm somewhat new to GeoServer but was able to add a Datastore from a SQL
Server 2008 database and view it via the GeoServer demo/Openlayers page.
Are you able to view it there?

Regards,
Charles E. Deaton
Database Administrator
Realcomp II Ltd.
28555 Orchard Lake Road, Suite 200
Farmington Hills, MI 48334
General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142
http://www.MoveInMichigan.com

> -----Original Message-----
> From: Per Henrik Johansen [mailto:phj@…2682…]
> Sent: Tuesday, September 29, 2009 6:27 AM
> To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
> geography column
>
> Charles,
>
> Yes, adding an index to the table took care of the "No primary key or
> unique index" warning. Thank you :slight_smile:
>
> But I am still puzzled by "Could not find mapping" and quite unable to
> resolve it. It seems like GeoServer can not determine the type of the
> geography column. I guess I must do some tweeking on SQL Server, but
> don't know where or what?
>
> Regards,
>
> Per Henrik
>
> -----Original Message-----
> From: Charles E. Deaton [mailto:CDeaton@…2551…]
> Sent: 28. september 2009 15:40
> To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
> Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
> geography column
>
> I am assuming that the index built when you created the IDENTITY on
the
> ID column was created as NONUNIQUE.
>
> > -----Original Message-----
> > From: Per Henrik Johansen [mailto:phj@…2680…]
> > Sent: Monday, September 28, 2009 8:58 AM
> > To: geoserver-users@lists.sourceforge.net
> > Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
> > geography column
> >
> >
> > I have run into a similar problem.
> >
> > I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
> > version
> > 1.7.6 with JDBC 1.2. Connection to the db, without specifying db
name,
> > works
> > like a charm.
> >
> > I designed a simple table in SQL Management Studio and added one
point
> > to
> > it. GeoServer bails out with the following warnings:
> >
> > No primary key or unique index found for phjtest.
> > Could not find mapping for 'theGeo', ignoring the column and setting
> the
> > feature type read only
> >
> > I am not able to figure out what is wrong with this setup, any help
> will
> > be
> > greatly appreciated.
> >
> > My table, and data, looks like this:
> >
> > CREATE TABLE [dbo].[phjtest](
> > [id] [bigint] IDENTITY(1,1) NOT NULL,
> > [theGeo] [geography] NULL,
> > [navn] [nvarchar](50) NULL
> > ) ON [PRIMARY]
> >
> > INSERT INTO phjtest (navn, theGeo)
> > VALUES(
> > 'Stiftsgården',
> > geography::STGeomFromText('POINT(10.393752 63.428874)',4326));
> >
> > Regards,
> >
> > Per Henrik
> >
> > MakaniKai wrote:
> > > For those struggling to connect to sql server 2008 as a datastore
I
> > got
> > > the
> > > unable to connect error until left out the database name.
> > >
> > > <snip>
> > --
> > View this message in context: http://www.nabble.com/sql-2008-could-
> not-
> > find-mapping-for-geography-column-tp22913505p25644798.html
> > Sent from the GeoServer - User mailing list archive at Nabble.com.
> >
> >
> > --------------------------------------------------------------------
--
> --
> > ------
> > Come build with us! The BlackBerry&reg; Developer Conference in SF,
CA
> > is the only developer event you need to attend this year. Jumpstart
> your
> > developing skills, take BlackBerry mobile applications to market and
> > stay
> > ahead of the curve. Join us from November 9&#45;12, 2009. Register
> > now&#33;
> > http://p.sf.net/sfu/devconf
> > _______________________________________________
> > Geoserver-users mailing list
> > Geoserver-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> ----------------------------------------------------------------------
--
> ------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart
your
> developing skills, take BlackBerry mobile applications to market and
> stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register
> now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Charles E. Deaton wrote:

Per Henrik,

Great, I'm happy to hear you resolved the issue.

After playing with access to a SQL Server data store I'm amazed at how slow it is. I've been reading flat shapefiles from disk and GeoServer is very fast. But I have to say I'm very disappointed in the speed from a SQL Server. As an example reading from a shapefile the OpenLayers demo draws the layer in less than 2 seconds. From SQL it takes over 30 seconds. A feature request in from the shapefile in Openlayers also takes less than 2 seconds. From SQL it takes over 1 minute. The layer only has 887 polygons (school districts in Michigan, USA) and the attributes are nothing more than the name, area in miles and a few short code fields. Have you noticed slow responses as well from the method you use to access that data? I am running GeoServer 1.7.6 on a box with 4-3GB processors and 4 GB of memory. The SQL box is larger and has no use except by me. I did notice by running profiler that a feature request appears to be issuing this 3552 times in 3 sets for a total of 10656 comma

nds:

SELECT "ID","FIPS_CODE","NAME","SQKM","SQMILES","ACRES","VER",CAST("geom".STSrid as VARCHAR) + ':' + "geom".STAsText() as "geom" FROM "MI_Schools"

Doesn't seem quite right as it's not passing in any predicate.

I also noticed that a simple pan or zoom of the map submitted over 3500 of these:
SELECT "ID","NAME",CAST("geom".STSrid as VARCHAR) + ':' + "geom".STAsText() as "geom" FROM "MI_Schools"

Yup, this is a known issue, the current geotools driver does not use any sort of spatial indexing. So its very incomplete in that regard. A while back I tried to chase some funding for this work but could not drum any up. So until someone wants to fund this or a developer comes along and implements it probably wont' get done, and will remain something not really practically usable.

Regards, Charles E. Deaton Database Administrator Realcomp II Ltd. 28555 Orchard Lake Road, Suite 200 Farmington Hills, MI 48334 General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142 http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com]
Sent: Wednesday, September 30, 2009 7:31 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Solved the problem :slight_smile: I had to use the GEOMETRY data type NOT Geography.

Regards,

Per Henrik

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com]
Sent: 30. september 2009 12:05
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

I am new to GeoServer myself and don't have much experience with the
spatial capabilities in SQL Server - sounds like a bad combination :slight_smile:

I have been able to add the SQL Server as a datastore and can view the
tables in the db. When I try to add a new feature type from a table, it
seems like GeoServer does not recognize my geography column. It can not
read the SRS, create bounding box, etc, and the column does not show up
in the table summary at the bottom of the FeatureType editor.

Since there is not much configuration to be done at the GeoServer side,
I'm suspecting I have missed some configuration issue(s) on SQL Server,
either at the server, database, table or column level.

Did you do anything special or did you manage to access SQL Server "out-
of-the-box"?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@anonymised.com]
Sent: 29. september 2009 15:15
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

Per Henrik,

I'm somewhat new to GeoServer but was able to add a Datastore from a SQL
Server 2008 database and view it via the GeoServer demo/Openlayers page.
Are you able to view it there?

Regards,
Charles E. Deaton
Database Administrator
Realcomp II Ltd.
28555 Orchard Lake Road, Suite 200
Farmington Hills, MI 48334
General 248-553-3003 / Direct 248-699-9142 / Fax 248-699-0142
http://www.MoveInMichigan.com

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com]
Sent: Tuesday, September 29, 2009 6:27 AM
To: Charles E. Deaton; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

Charles,

Yes, adding an index to the table took care of the "No primary key or
unique index" warning. Thank you :slight_smile:

But I am still puzzled by "Could not find mapping" and quite unable to
resolve it. It seems like GeoServer can not determine the type of the
geography column. I guess I must do some tweeking on SQL Server, but
don't know where or what?

Regards,

Per Henrik

-----Original Message-----
From: Charles E. Deaton [mailto:CDeaton@anonymised.com]
Sent: 28. september 2009 15:40
To: Per Henrik Johansen; geoserver-users@lists.sourceforge.net
Subject: RE: [Geoserver-users] sql 2008 could not find mapping for
geography column

I am assuming that the index built when you created the IDENTITY on

the

ID column was created as NONUNIQUE.

-----Original Message-----
From: Per Henrik Johansen [mailto:phj@anonymised.com]
Sent: Monday, September 28, 2009 8:58 AM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] sql 2008 could not find mapping for
geography column

I have run into a similar problem.

I am running SQL Server 2008 Express (10.0.1600). GeoServer is at
version
1.7.6 with JDBC 1.2. Connection to the db, without specifying db

name,

works
like a charm.

I designed a simple table in SQL Management Studio and added one

point

to
it. GeoServer bails out with the following warnings:

No primary key or unique index found for phjtest.
Could not find mapping for 'theGeo', ignoring the column and setting

the

feature type read only

I am not able to figure out what is wrong with this setup, any help

will

be
greatly appreciated.

My table, and data, looks like this:

CREATE TABLE [dbo].[phjtest](
  [id] [bigint] IDENTITY(1,1) NOT NULL,
  [theGeo] [geography] NULL,
  [navn] [nvarchar](50) NULL
) ON [PRIMARY]

INSERT INTO phjtest (navn, theGeo)
VALUES(
    'Stiftsgården',
    geography::STGeomFromText('POINT(10.393752 63.428874)',4326));

Regards,

Per Henrik

MakaniKai wrote:

For those struggling to connect to sql server 2008 as a datastore

I

got

the
unable to connect error until left out the database name.

<snip>

--
View this message in context: http://www.nabble.com/sql-2008-could-

not-

find-mapping-for-geography-column-tp22913505p25644798.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--------------------------------------------------------------------

--

--

------
Come build with us! The BlackBerry&reg; Developer Conference in SF,

CA

is the only developer event you need to attend this year. Jumpstart

your

developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

----------------------------------------------------------------------

--

------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart

your

developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
------------------------------------------------------------------------
------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and
stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register
now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.