[appengine-java] Spring Security + GAE

2010-06-11 Thread Cleber Dantas Silva
Hi! I need help to integrate Spring Security 3.0.2 with GWT RPC Methods. Do you have any sample project or configuration to help me? Thanks! Cleber -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send emai

Re: [appengine-java] Spring JPA problems

2010-06-11 Thread Cleber Dantas Silva
springframework.orm.jpa.JpaTransactionManager"> > > > > > > > Let me know if it solves your proble. > > Thanks > SN > > On Fri, Jun 11, 2010 at 8:00 AM, Clebe

[appengine-java] Spring JPA problems

2010-06-10 Thread Cleber Dantas Silva
Hi everybody ! Im using SDK 1.3.4 Spring ORM 3.0.2 Im with some problems using on GAE. Im with the follow config:(applicationContext-dao.xml) When i start the application, it returns: SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreat

Re: [appengine-java] Roo + GWT + Security on AppEngine

2010-06-03 Thread Cleber Dantas Silva
Shahzada, thanks for your information. The issues that i had with rpc: 1) when i made an rpc call and the auth session ended, the rpc went to failure function with a 404 not found message. So, i had to implement a method to get the error message and if 404, show login screen. Very very dirty soluti