Heya, I'm building my own custom FactoryBean in ColdSpring, and I noticed that towards the end of constructBean() there is the code that says:
<cfif beanDef.isFactory()> <cfset beanInstance.buildAdvisorChain(localBeanCache)> With a try/catch block around it, stating that it may not be an AOP cache in the comments. I can write my own dummy 'buildAdvisorChain' as my FactoryBean had nothing to do with AOP, but I figured that this may be a bug in the code that was just looked over? I thought I would run it past you guys, Cheers, Mark -- E: [EMAIL PROTECTED] W: www.compoundtheory.com
