Re: [appengine-java] Re: XML reading error.

2011-12-13 Thread kwanja9999
: [appengine-java] Re: XML reading error. Dear Simon, Thank you for your information On 12 December 2011 23:06, Simon Knott knott.si...@gmail.com wrote: Hi, The GAE sandbox environment is restricted from reading arbitrary files from the file system, just as the production environment is. You

Re: [appengine-java] Re: XML reading error.

2011-12-13 Thread Matthew Jaggard
: * M.W. Aruna Withanage deltaar...@gmail.com *Sender: * google-appengine-java@googlegroups.com *Date: *Mon, 12 Dec 2011 23:53:09 -0800 *To: *google-appengine-java@googlegroups.com *ReplyTo: * google-appengine-java@googlegroups.com *Subject: *Re: [appengine-java] Re: XML reading error. Dear Simon

[appengine-java] Re: XML reading error.

2011-12-12 Thread Simon Knott
Hi, The GAE sandbox environment is restricted from reading arbitrary files from the file system, just as the production environment is. You need to deploy the XML as part of your web application and then load the file. See http://code.google.com/appengine/kb/java.html#readfile for more

Re: [appengine-java] Re: XML reading error.

2011-12-12 Thread M.W. Aruna Withanage
Dear Simon, Thank you for your information On 12 December 2011 23:06, Simon Knott knott.si...@gmail.com wrote: Hi, The GAE sandbox environment is restricted from reading arbitrary files from the file system, just as the production environment is. You need to deploy the XML as part of your