id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 3,Filling optional default values issue with GIS GRASS integration,soeren,,"By default the zoo kernel fills all optional literal data inputs with default values. Thats fine in case default literal values are provided. But here is the issue: ''optional literal data inputs are also attached in case no default values are available.'' This results in something like {{{""distance=NULL""}}}, which will in case of gis grass modules, abort the processing with an error. There may be two solutions: 1. The zoo kernel do not fill optional literal inputs when no default values are supported 2. The zoo kernel uses the language specific way (None in case of Python) to specify missing default literal input values and the GIS GRASS integration framework will take care of parameter with attached NULL/None values Both solutions are ok in case of literal data for me. The second one has the advantage, that the input map structure are fully available with literal data for service modules. So no new memory must be allocated/modified in case the developer decides to modify literal data in the input map. Optional complex data inputs should IMHO not be filled. GIS GRASS has many modules with optional complex data inputs. ",defect,closed,major,,zoo-kernel,1.0,fixed,optional values,soeren