Ahh, you are correct. AOP factories are not user defined custom factories, I will look into and fix this.



On Jul 1, 2007, at 10:34 PM, Mark Mandel wrote:

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

-- 


Reply via email to