[Geoserver-devel] Problem in geoserver wsf-t Sql Server 2008 - HELP-ME

Hi, I would like to know if someone can help me.

I created a spatial table in SQL 2008, called "Structure" is stored in
Geoserver.
I can see perfectly. Sometimes I'm trying to design and to save a new
feature (based on an example WFS-T that is in Geoserver) but when I try to
save it generates the following error (read-only):

WFS Transaction: FAILED <?xml version="1.0">
<ServiceExceptionReport
version="1.2.0"
xmls="http://www.opengis.net/ogc&quot;
xmls:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xsi:schemaLocation="http://www.opengis.net/ogc
http://schemas.opengis.net/wsf/1.0.0/OGC-exception.xsd&quot;&gt;
<ServiceException>
{http://www.openplans.org/topp\} Structure is read-only
</ServiceException></ServiceExceptionReport>

My file "layers.properties" is defined as:
*.*. r =*
*.*. w =*

Could someone help me?
Now I appreciate and look forward answer.

Regards!

--
View this message in context: http://www.nabble.com/Problem-in-geoserver-wsf-t-Sql-Server-2008---HELP-ME-tp24759214p24759214.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

pricorrea ha scritto:

Hi, I would like to know if someone can help me.

I created a spatial table in SQL 2008, called "Structure" is stored in
Geoserver. I can see perfectly. Sometimes I'm trying to design and to save a new
feature (based on an example WFS-T that is in Geoserver) but when I try to
save it generates the following error (read-only):

Hmmm... I never used the SQL Server store, but usually that means the
table has no primary key.

Try adding one.
Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Thanks Andrea. I´ll try insert to primary key.
Regards.

Priscilla

Andrea Aime-4 wrote:

pricorrea ha scritto:

Hi, I would like to know if someone can help me.

I created a spatial table in SQL 2008, called "Structure" is stored in
Geoserver.
I can see perfectly. Sometimes I'm trying to design and to save a new
feature (based on an example WFS-T that is in Geoserver) but when I try
to
save it generates the following error (read-only):

Hmmm... I never used the SQL Server store, but usually that means the
table has no primary key.

Try adding one.
Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
View this message in context: http://www.nabble.com/Problem-in-geoserver-wsf-t-Sql-Server-2008---HELP-ME-tp24759214p24760372.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.