I have found a solution: In the DescribeProcess.java you can create a MetadataType-Object (with Ows11Factory). Then, you can add it to the ProcessDescriptionType-Object (....getMetadata().add(...)).
Unfortunately you can only define the attribute "about" and "title" in the MetadataType-Object. Do somebody know, how to declare the "xlink:href"-attribute. Normally, the Metadata-information links to a resource, so this attribute should be supported?! I tried it with the MetadataType-Datatype from ows20. But the creation of the object with Ows20factory.createMetadataType failed (Caused by: java.lang.IllegalArgumentException: The value 'simple' is invalid.) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/WPS-DescribeProcess-metadata-element-in-GeoServer-tp5082811p5085253.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ 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
