Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 101)

Ticket Resolution Summary Owner Reporter
#74 fixed Add the ability to update status from Python processes tclarke
Description

Add an update_status function to Python which functions similar to the UpdateStatus? function in Javascript. There is a patch available at http://pastebin.com/YrGXWgcg

A Python process can: import zoo zoo.update_status(conf, 42)

#73 fixed Status document can become invalid tclarke
Description

Sometimes, when running a background process (for example longProcess) the status xml file will become corrupted. (sample linked below) It appears that a shorter xml document is being written to the file and the file is not truncated so part of the previous document remains. Calls to GetStatus? will result in an xml parse error. This has been observed on a Linux system. (x86 64-bit centos)

http://pastebin.com/AJ7jhRiG

#72 fixed Handling cardinality upper than 1 djay
Description

Consider an input named A, if the cardinality of A was set (through the maxOccurs value in the zcfg) to a value > 1 then the ZOO-Kernel should provide a specific array structure.

The idea is to provide the inputs as presente in the following:

{
 "A": {
   "name": "A",
   "value": ["<val1>","<val2>",...,"<valN>"],
   "mimeType": ["<mimeType1>","<mimeType2>",...,"<mimeTypeN>"],
   "isArray": "true"
 }
}

The specific "isArray" map will be automatically added by the ZOO-Kernel for inputs provided more than once in the request and getting a maxOccurs value set to a value upper than 1 in the ZCFG file.

For Python, Java and Javascript language wethe ZOO-Kernel shall be directly provide the data as an Array in the dictionnary, HasMap or Javascript Object representing the inputs.

For C language we may think of using json-c library to handle storage and access to the the inputs value.

Note: See TracQuery for help on using queries.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png