| OK, so I def need more documentation on this one. You do not need to Proxy the RemoteProxy! Just add your interceptorNames attribute, with your security advisor right there in the RemoteFactoryBean, The remote proxies created have all the AOP infrastructure ready to go for you. Example: <bean id="remoteEntryService" class="coldspring.aop.framework.RemoteFactoryBean"> <property name="target"> <ref bean="entryService" /> </property> <property name="serviceName"> <value>EntryService</value> </property> <property name="relativePath"> <value>litepost/flex/services</value> </property> <property name="interceptorNames"> <list> <value>loggingAdvisor</value> <value>securityAdvisor</value> </list> </property> <property name="remoteMethodNames"> <value>get*</value> </property> </bean> Chris On May 2, 2007, at 3:28 PM, Lee Howard wrote: I was about to ask this question and figured it out before I sent it, so I thought I would post it anyway just in case anyone else had the same problem. . . |
- [coldspring-dev] Securing Remote Proxy Beans Chris Scott
- [coldspring-dev] Securing Remote Proxy Beans Allen, John
- [coldspring-dev] Securing Remote Proxy Beans Sean Corfield
- [coldspring-dev] Securing Remote Proxy Beans Chris Scott
- [coldspring-dev] Securing Remote Proxy Beans Derek P.
- [coldspring-dev] Securing Remote Proxy Beans Peter Bell
- [coldspring-dev] Securing Remote Proxy Beans Sean Corfield
- [coldspring-dev] Securing Remote Proxy Beans Peter Bell
- [coldspring-dev] Securing Remote Proxy Beans Sean Corfield
- [coldspring-dev] Securing Remote Proxy Beans Lee Howard
- [coldspring-dev] Securing Remote Proxy Beans Chris Scott
- [coldspring-dev] Securing Remote Proxy Beans Lee Howard
- [coldspring-dev] Securing Remote Proxy Beans Kurt Wiersma

