Are you able to publish the geometry as simple features?
Maybe you're missing a spatial index for your geometry column?

Failing that.. judging by the log, it looks like app-schema managed to build
the geometry attribute, but it gets skipped during encoding. If you want to
debug it, here's a good place to start:
https://github.com/geotools/geotools/blob/master/modules/extension/xsd/xsd-gml2/src/main/java/org/geotools/gml2/bindings/GMLEncodingUtils.java

If you know your geometry type, you can put a breakpoint in getProperty() in
your corresponding geometry type, e.g. PolygonTypeBinding.java.

https://github.com/geotools/geotools/blob/master/modules/extension/xsd/xsd-gml3/src/main/java/org/geotools/gml3/bindings/PolygonTypeBinding.java.
 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/App-schema-data-not-populating-tp5085488p5086793.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to