Re: [appfuse-user] role name menting dependency in security.xml

2009-04-17 Thread Anil Rawat
can anyone help for the below problem ? as now if i get the login page by any means as by stop the browser etc and when i login appfuse reads the new role which is not mentioned in security.xml and show the permissin accordingly, so how can i get the login page On Wed, Apr 15, 2009 at 5:55 PM, An

Re: [appfuse-user] role name menting dependency in security.xml

2009-04-15 Thread Anil Rawat
i am having only rolename with no url field in my role table , so how can i load database roles as i am getting example that are parsed by url that are in role table and after below configuration when i call my login page the system.out.println statement is is continuosly running and the browser r

Re: [appfuse-user] role name menting dependency in security.xml

2009-03-06 Thread Matt Raible
You could load your URL -> role names from a database instead of the security.xml file. http://forum.springframework.org/showthread.php?t=29750 Matt On Fri, Mar 6, 2009 at 7:11 AM, Anil Rawat wrote: > hi all, > > i am using appfuse 1.9.3, when i make a new role  in role table and assign > to a

[appfuse-user] role name menting dependency in security.xml

2009-03-06 Thread Anil Rawat
hi all, i am using appfuse 1.9.3, when i make a new role in role table and assign to a user then that role is also have to be mentioned in security.xml , if i don't mention the name of the new role it does not process the user to whom the new role was assigned. i think this a dependency of appf