When we run geoserver-2.3.1 with XSLT-plugin in Classpath every simple WFS
GetFeature (notice: without XSLT Transformation) ends up with a WFS
ServiceException saying:
On Mon, May 6, 2013 at 10:21 AM, Rudolf <rudolf.hochmeister@anonymised.com> wrote:
Hi,
We are encountering similar behaviour:
When we run geoserver-2.3.1 with XSLT-plugin in Classpath every simple WFS
GetFeature (notice: without XSLT Transformation) ends up with a WFS
ServiceException saying:
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
Yes, you can do that. Mind, text/xml might be a bit generic, it might end
colliding with another
output format in the future, it that happens the requests will stop working.
Maybe use something looking like:
text/xml; subtype=giveItANameHere
I’ve seen the updates of GeoServer for SQL server on http://blog.geoserver.org/. But I can’t find any information if it is compatible with SQL server 2012. Any one got GeoServer Working with SQL Server 2012? I need to make sure it works before we purchase SQL server 2012 license.
“A couple of changes in the SQL Server data increase performance, provided you enable the relevant flags. One is the ability to transfer geometries in SQL Server native format, as opposed to using WKB, which avoids the slow WKB generation routines included in SQL Server, the other allows to disable native paging, which can sometimes lead the SQL Server query planner to create bad data access plans (GEOS-5750 and GEOS-5314). The native geometry serialization was sponsored by Norwegian Directorate for Nature Management and performed by Bouvet, thanks to Stewart Loving-Gibbard for the paging patch.”
On Fri, May 17, 2013 at 4:55 PM, Meichun Li <pcloudy2005@anonymised.com> wrote:
Hi,****
I’ve seen the updates of GeoServer for SQL server on http://blog.geoserver.org/. But I can’t find any information if it is
compatible with SQL server 2012. Any one got GeoServer Working with SQL
Server 2012? I need to make sure it works before we purchase SQL server
2012 license.****
“A couple of changes in the SQL Server data increase performance, provided
you enable the relevant flags. One is the ability to transfer geometries in
SQL Server native format, as opposed to using WKB, which avoids the slow
WKB generation routines included in SQL Server, the other allows to disable
native paging, which can sometimes lead the SQL Server query planner to
create bad data access plans (GEOS-5750<http://jira.codehaus.org/browse/GEOS-5750>and
GEOS-5314 <http://jira.codehaus.org/browse/GEOS-5314>\). The native
geometry serialization was sponsored by Norwegian Directorate for Nature
Management and performed by Bouvet, thanks to Stewart Loving-Gibbard for
the paging patch.”
Eh, don't know. I only have SQL Server 2008 locally, maybe Bouvet or
Stewart have more recent news...