On Thu, Oct 24, 2013 at 11:11 AM, Hakala Oiva (MTT) <[email protected]>wrote:
> Ok, but what should be the solution? I am creating a point, and the
> table expects a point, so that is OK?
>
> I don't know about GML-versions. I cannot affect how the app itself
> handles GML versions and WFS-transaction versions. The database is
> posgresql 9.1 with postgis 2. So what to do?
>
Stop GeoServer, go edit the web.xml file in geoserver/WEB-INF, enable the
logging filter, and enable logging the POST bodies:
<filter>
<filter-name>Request Logging Filter</filter-name>
<filter-class>org.geoserver.filters.LoggingFilter</filter-class>
<init-param>
<param-name>enabled</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>log-request-bodies</param-name>
<param-value>true</param-value>
</init-param>
</filter>
Restart GeoServer and have your client do and edit. Look in the logs for
the Transaction XML,
post it here. At least we can see what is the client doing
Cheers
Andrea
--
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users