Re: [appfuse-user] Error executing appfuse:full-source

2009-03-06 Thread jgoodman999
Did anyone ever answer this? I changed the proxy and it starts to download, but then it says UnknownHostException: appfuse.dev.java.net. Msarda wrote: > > Hi all, > > I am getting following error when running appfuse:full-source. > > > [ERROR] 175002 : svn: PROPFIND request failed on > '/

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