Re: [Geoserver-users] Error creating datastore to SQL Server 2008

2010-09-17 Thread Justin Deoliveira
ks, > > *Marwa Elsaid* > > -- > Date: Wed, 15 Sep 2010 14:22:25 -0600 > Subject: Re: [Geoserver-users] Error creating datastore to SQL Server 2008 > From: jdeol...@opengeo.org > To: melsaid2...@hotmail.com > CC: geoserver-users@lists.sourceforge

Re: [Geoserver-users] Error creating datastore to SQL Server 2008

2010-09-17 Thread marwa El-said
datastore to SQL Server 2008 From: jdeol...@opengeo.org To: melsaid2...@hotmail.com CC: geoserver-users@lists.sourceforge.net; ahmed.ashm...@gt-egypt.com Currently nvarchar is not supported as a type mapping. The reason being that the JDBC Types constant is only available in java 1.6, and geotools

Re: [Geoserver-users] Error creating datastore to SQL Server 2008

2010-09-15 Thread Justin Deoliveira
Currently nvarchar is not supported as a type mapping. The reason being that the JDBC Types constant is only available in java 1.6, and geotools/geoserver is still stuck on java 5. There is an open issue for this: http://jira.codehaus.org/browse/GEOS-3842 -Justin 2010/9/15 marwa El-said > > Hi

[Geoserver-users] Error creating datastore to SQL Server 2008

2010-09-15 Thread marwa El-said
Hi, I am using GeoServer 2.0.2 , SQL Server 2008 , Microsoft SQL Server JDBC Driver 3.0 and a java 1.4 SDK I successfully connected to the sql server, but have a problem with type "nvarchar" that didn't appear during publishing my layers as a property to be loaded I tried alot of solutio