Google App Engine Whitelist

Hi

I'm using 94.426 and the Google App Engine Integration plugin 1.1.4.

On Google's website, the JAXB classes (not sure if all) are on the whitelist (http://code.google.com/appengine/docs/java/jrewhitelist.html); they weren't before. But in my code, using the javax.xml.bind.annotation.XmlRootElement annotation is being marked as an error, as "not in the whitelist".

Is there any way I can update this whitelist on my own?


Thanks
Patrick

2 comments
Comment actions Permalink

The whitelist is retrieved from App Engine SDK automatically. Are you sure that you've correctly specified path to App Engine SDK in App Engine Facet
settings?

Hi

I'm using 94.426 and the Google App Engine Integration plugin 1.1.4.

On Google's website, the JAXB classes (not sure if all) are on the whitelist (http://code.google.com/appengine/docs/java/jrewhitelist.html); they weren't before. But in my code, using the javax.xml.bind.annotation.XmlRootElement annotation is being marked as an error, as "not in the whitelist".

Is there any way I can update this whitelist on my own?


Thanks
Patrick

---
Original message URL: http://www.jetbrains.net/devnet/message/5257965#5257965



--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0
Comment actions Permalink

Seems to be fixed--I reopened the project and the error went away. Not sure why...


Thanks

0

Please sign in to leave a comment.