[appengine-java] Re: Reading static XML file on App Engine

2011-07-19 Thread Simon Knott
The link you've provided states that you can't use FileInputStream, as it's not a whitelisted class. Have you tried placing the XML file into your classes directory and using getClass().*getResourceAsStream()?* -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Reading static XML file on App Engine

2011-07-19 Thread Simon Knott
Oops, read that link without any coffee! It obviously states that you *can*use the FileInputStream class - have you tried dropping the war bit off your filepath? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this

[appengine-java] Re: Reading static XML file on App Engine

2011-07-19 Thread Didier Durand
Hi, Did you properly set up auths for access to static content See http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files regards didier On Jul 18, 9:37 pm, bb bayc...@gmail.com wrote: Hello, I have a static XML file in my App Engine app that

[appengine-java] Re: Reading static XML file on App Engine

2011-07-19 Thread Didier Durand
On Jul 19, 10:53 am, Simon Knott knott.si...@gmail.com wrote: Oops, read that link without any coffee!  It obviously states that you *can*use the FileInputStream class - have you tried dropping the war bit off your filepath? -- You received this message because you are subscribed to the