Re: [appfuse-user] RC1 UserSecurityAdviceTest fails

2007-09-05 Thread gederer
Hi, I nuked it and created a new application using rc1. Works great. Thanks! Greg gederer wrote: > > ADMIN_ROLE = "ROLE_ADMIN" This is also the value in the role table in the > database. > > > > mraible wrote: >> >> What's the value of your Constants.ADMIN_ROLE? >> >> Matt >> >> >> O

Re: [appfuse-user] RC1 UserSecurityAdviceTest fails

2007-09-05 Thread gederer
ADMIN_ROLE = "ROLE_ADMIN" This is also the value in the role table in the database. mraible wrote: > > What's the value of your Constants.ADMIN_ROLE? > > Matt > > > On 9/5/07, gederer <[EMAIL PROTECTED]> wrote: >> >> For the moment, I changed UserSecurityAdvice.ACCESS_DENIED to the string

Re: [appfuse-user] RC1 UserSecurityAdviceTest fails

2007-09-05 Thread Matt Raible
What's the value of your Constants.ADMIN_ROLE? Matt On 9/5/07, gederer <[EMAIL PROTECTED]> wrote: > > For the moment, I changed UserSecurityAdvice.ACCESS_DENIED to the string > literal "User not properly authenticated." But, I still get: > > testAddUserAsAdmin(org.appfuse.service.UserSecurityAdv

Re: [appfuse-user] RC1 UserSecurityAdviceTest fails

2007-09-05 Thread gederer
For the moment, I changed UserSecurityAdvice.ACCESS_DENIED to the string literal "User not properly authenticated." But, I still get: testAddUserAsAdmin(org.appfuse.service.UserSecurityAdviceTest) Time elapsed: 0.063 sec <<< ERROR! org.acegisecurity.AccessDeniedException: User not properly auth

Re: [appfuse-user] RC1 UserSecurityAdviceTest fails

2007-09-05 Thread Matt Raible
You might compare your UserSecurityAdviceTest (and UserSecurityAdvice class) with the latest ones in SVN. It looks like Acegi might be returning a message instead of AppFuse. Matt On 9/5/07, gederer <[EMAIL PROTECTED]> wrote: > > Hi, > > I just upgraded an existing M5 application to RC1. Running

[appfuse-user] RC1 UserSecurityAdviceTest fails

2007-09-05 Thread gederer
Hi, I just upgraded an existing M5 application to RC1. Running integration-test yielded the following: --- Test set: org.appfuse.service.UserSecurityAdviceTest