[appengine-java] Transaction failed to commit

2011-06-28 Thread Sekhar Ravinutala
I have a list (one to many) property in a JPA entity that was working fine till recently...suddenly started seeing the below error when I try to change the list and commit. Any ideas? Everything works fine locally in dev server. Please help, this is a show-stopper! 1. 2011-06-28 23:03:51.3

[appengine-java] How do you prevent _ah requests from hitting the servlet filter?

2011-02-09 Thread Sekhar Ravinutala
I'm building a healthcare app that will filter all requests (url pattern *, ideally). In the filter, I'm checking to see if the user is logged in and throwing the login page if he isn't (using Google user service). On the dev server this is a problem because the login page is simply a /_ah/login

Re: [appengine-java] How do you prevent _ah requests from hitting the servlet filter?

2011-02-10 Thread Sekhar Ravinutala
Thanks Hari. If I understand you correctly, nothing stops unauthorized users from directly accessing internal pages (i.e., those other than login or index)...that's not acceptable for my app. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Ja