We have recently upgraded our geoserver from version 2.4.0 to 2.5.2.
I have noticed the following POST request has stopped working - and throwing a very cryptic exception. Anyone could shed some light it will be greatly appreciated.
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://rook.niwa.co.nz:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>org.picocontainer.defaults.UnsatisfiableDependenciesException: org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem] where org.picocontainer.defaults.DefaultPicoContainer@anonymised.com... was the leaf container being asked for dependencies.
org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem] where org.picocontainer.defaults.DefaultPicoContainer@anonymised.com was the leaf container being asked for dependencies.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Looks like a trouble with the GML Schema representation ( not sure is the trouble is in the request or in our representation of the Schema.). Can you try with the beta? Or rc1 due the week. 2.5 stops being supported shortly after being out a year.
We have recently upgraded our geoserver from version 2.4.0 to 2.5.2.
I have noticed the following POST request has stopped working - and throwing a very cryptic exception. Anyone could shed some light it will be greatly appreciated.
<ows:ExceptionReport xmlns:ows="http://[www.opengis.net/ows](http://www.opengis.net/ows)" xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance](http://www.w3.org/2001/XMLSchema-instance)" version="1.0.0" xsi:schemaLocation="[http://www.opengis.net/ows](http://www.opengis.net/ows) [http://rook.niwa.co.nz:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd](http://rook.niwa.co.nz:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd)">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>org.picocontainer.defaults.UnsatisfiableDependenciesException: org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem] where org.picocontainer.defaults.DefaultPicoContainer@anonymised.com was the leaf container being asked for dependencies.
org.geoserver.wfs.xml.gml3.AbstractGeometryTypeBinding has unsatisfiable dependencies: [interface org.opengis.referencing.crs.CoordinateReferenceSystem] where org.picocontainer.defaults.DefaultPicoContainer@anonymised.com was the leaf container being asked for dependencies.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>