Hi! I am responsible for the Acegi ACL tutorial, but unfortunately our own server (which contained the source code example) crashed and we are still trying to recover the files from our backups.
Bye, Peter -----Ursprüngliche Nachricht----- Von: Richard Oss [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Dezember 2006 22:16 An: [email protected] Betreff: Re: [appfuse-user] Error doing ACL example 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:1 07) > at > org.appfuse.service.acl.impl.BasicAclProviderManagerImpl.getAcls(BasicAclPro viderManagerImpl.java:70) > at > org.acegisecurity.acl.basic.BasicAclProvider.getAcls(BasicAclProvider.java:1 78) > at > org.appfuse.service.acl.impl.BasicAclProviderManagerImpl.getAcls(BasicAclPro viderManagerImpl.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(AopU tils.java:287) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint (ReflectiveMethodInvocation.java:181) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect iveMethodInvocation.java:148) > at > org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Tr ansactionInterceptor.java:96) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect iveMethodInvocation.java:170) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopPro xy.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(Abs tractSecurityInterceptor.java:347) > at > org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.inv oke(MethodSecurityInterceptor.java:77) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(Reflect iveMethodInvocation.java:170) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopPro xy.java:176) > at $Proxy5.getPeople(Unknown Source) > at > org.appfuse.webapp.action.PersonController.handleRequest(PersonController.ja va: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] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.26/597 - Release Date: 21.12.2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.26/597 - Release Date: 21.12.2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
