This is probably an issue with restricted file access as reported here: https://github.com/beckchr/juel/issues/73
You can either use a newer version of javax.el (2.2.5 or 3.0.0) or use 2.2.7-SNAPSHOT of the JUEL implementation instead. Note that you might need to properly link these implementations to the API. See http://stackoverflow.com/a/19814199/2099217 for details. Am Freitag, 30. August 2013 21:28:48 UTC+2 schrieb ra: > > Hi, > > > I recently tried to use hibernate-validation 5.0.1.Final on the > AppEngine, but ran in some severe security issues. To be precise - the > security issues came because of the el-api provided by > org.glassfish.web javax.el version 2.2.4. wants to access some internals > blacklisted by GAE. > > The old version of hibernate-validation 4.3.1.Final works. But it > "only" implements javax.validation 1.0 while 5.0.1.Final implements > javax.validation 1.1. > > Okay. Simple question at the end - did anyone get hibernate-validation > 5.0.1.Final to run on the AppEngine successfully? Any hints would be > well appreciated. > > > Thanks! > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
