Am 04.07.2011 16:29, schrieb Andrea Aime: > On Mon, Jul 4, 2011 at 4:20 PM, Matthias Lendholt > <[email protected] > <mailto:[email protected]>> wrote: > > Interesting. Did you try dropping those processes in a GeoServer? > They might work out of the box in WPS if they are registered in > SPI and > use simple enough arguments and return values (privitives, grid > coverages, > feature collections) > > > Unfortunately :-) we are using complex parameters. The java types > are generated with xmlbeans out of our xsds. And then it the > problems start to get these parameters running in generic WPS > frameworks... I've already tested/tried some frameworks but had not > enough time to get it running. Currently we are using the processes > as lib in other projects but the idea is to have them running as WPS. > > > If you want to have that running in the GeoServer WPS you have to build > and register PPIO objects > for your complex parameters. > It's not hard,I've done something similar for a XStream parameter > binding, you can have yours using > xmlbeans if you want: > > http://svn.codehaus.org/geoserver/trunk/src/extension/wps/wps-core/src/main/java/org/geoserver/wps/ppio/XStreamPPIO.java > > http://svn.codehaus.org/geoserver/trunk/src/extension/wps/wps-core/src/main/java/org/geoserver/wps/gs/AggregateProcessPPIO.java
Thanks for that info. So far I have not tested GeoServer WPS but I will do this definatly next month. Cheers, Matthias ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
