I've followed the example and have hit the same wall as the post below.

Any idea where I can start poking around? Anybody has a copy of the original
source? The link for the source in the tutorial doe not work.

Thanks for your help.


springRookie wrote:
> 
> I have completed the first six steps of the AppFuseAcegiACL tutorial.  I
> know I must be messing up somewhere, but not sure where.
> 
> I get the following when trying to access the person list
> 
> org.springframework.web.util.NestedServletException: Request processing
> failed; nested exception is java.lang.IllegalArgumentException:
> domainInstance is not supported by this provider
> java.lang.IllegalArgumentException: domainInstance is not supported by
> this provider
>       at org.springframework.util.Assert.notNull(Assert.java:116)
>       at
> org.acegisecurity.acl.basic.BasicAclProvider.getAcls(BasicAclProvider.java:107)
>       at
> org.appfuse.service.acl.impl.BasicAclProviderManagerImpl.getAcls(BasicAclProviderManagerImpl.java:70)
>       at
> org.acegisecurity.acl.basic.BasicAclProvider.getAcls(BasicAclProvider.java:178)
>       at
> org.appfuse.service.acl.impl.BasicAclProviderManagerImpl.getAcls(BasicAclProviderManagerImpl.java:61)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>       at java.lang.reflect.Method.invoke(Unknown Source)
>       at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
>       at
> org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
>       at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
>       at
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
>       at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
>       at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
>       at $Proxy3.getAcls(Unknown Source)
>       at
> org.acegisecurity.acl.AclProviderManager.getAcls(AclProviderManager.java:95)
>       at
> org.acegisecurity.vote.BasicAclEntryVoter.vote(BasicAclEntryVoter.java:273)
>       at
> org.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:66)
>       at
> org.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:347)
>       at
> org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
>       at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
>       at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
>       at $Proxy5.getPeople(Unknown Source)
>       at
> org.appfuse.webapp.action.PersonController.handleRequest(PersonController.java:31)
>       ..............................................................
> 
> Any suggestion on where to start?
> 

-- 
View this message in context: 
http://www.nabble.com/Error-doing-ACL-example-tf2154101s2369.html#a8015129
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to