Ignore:
Timestamp:
Mar 15, 2013, 2:16:47 AM (11 years ago)
Author:
djay
Message:

Remove temporary file created when running service in background. Make compilation of JAVA support works using XCode 4.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/service_internal.c

    r392 r393  
    13591359    /* We need to write the ExecuteResponse Document somewhere */
    13601360    FILE* output=fopen(stored_path,"w");
     1361    if(output==NULL){
     1362      /* If the file cannot be created return an ExceptionReport */
     1363      char tmpMsg[1024];
     1364      sprintf(tmpMsg,_("Unable to create the file : \"%s\" for storing the ExecuteResponse."),stored_path);
     1365      map * errormap = createMap("text",tmpMsg);
     1366      addToMap(errormap,"code", "InternalError");
     1367      printExceptionReportResponse(m,errormap);
     1368      freeMap(&errormap);
     1369      free(errormap);
     1370      xmlCleanupParser();
     1371      zooXmlCleanupNs();
     1372      return;
     1373    }
    13611374    xmlChar *xmlbuff;
    13621375    int buffersize;
Note: See TracChangeset for help on using the changeset viewer.

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