Re: UIMA + Google App Engine

2013-08-29 Thread Marshall Schor
good idea, I didn't know that! -Marshall On 8/29/2013 6:15 AM, Richard Eckart de Castilho wrote: > In the Eclipse preferences under Java -> Installed JREs -> Execution > Environments, > Eclipse offers the ability to select special profiles for different > environments, > e.g. to disallow access

Re: UIMA + Google App Engine

2013-08-29 Thread Richard Eckart de Castilho
In the Eclipse preferences under Java -> Installed JREs -> Execution Environments, Eclipse offers the ability to select special profiles for different environments, e.g. to disallow access to classes not available on mobile platforms, etc. Do you know if the Google Eclipse plugins ship with an

Re: UIMA + Google App Engine

2013-08-28 Thread Marshall Schor
I did some more digging, and found this page: https://developers.google.com/appengine/docs/java It has statements about what's allowed, and what's not, and a "Whitelist" of allowed classes. https://developers.google.com/appengine/docs/java/jrewhitelist My guess is that you've perhaps found just

Re: UIMA + Google App Engine

2013-08-28 Thread Marshall Schor
I think this analysis is correct. UIMA makes use also of the VMID method in the java.rmi... package. Any chance of getting Google to allow these 2 methods in their App Engine? I'm wondering if wrapping these in doPriveledged would help - but I think that depends on how the App engine has set up