[CB 3.5.2 DEV] AOP issue, CFTransactionAspect Bug

this part from the wiki is not working with 3.5.2 anymore:

Wirebox does a full location search in locateInstance, but not with the mapped path but with the name and so throws a instanceNotFoundException. A quick workaround is this:

mapAspect(“coldbox.system.aop.aspects.CFTransaction”).to(“coldbox.system.aop.aspects.CFTransaction”);

However, it is ugly as hell :slight_smile: and in CB 3.5 the first version is working, but it does the same in locateInstance, so i dont know where the difference is.

I fixed the exceptions, but cannot replicate the other issue

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

ok, i thought my coldbox config is almost the default, but i will have a deeper look on why the aspect is not loading. thanks luis