Hi, I'm running a fairly simple web app to serve content. It can run in edit mode, and when this is on, it reads an XML config file using XStream.
Strangely, the app preview works fine in the Staging Sandbox, but when I try it from the Admin sandbox, XStream appears to return after reading the xml config. I'm using context.getResourceAsStream to get my xml file, and I can print it to logs and see that the file text content is actually there. I'm wondering if this could be a thread safety issue, but they shouldn't really even be loading at the same time, and I only have the two sandboxes.
Has anyone else come across this sort of problem?
cheers,
Damon