Strange errors with ContentBox and AOP

This is a weird one, which I think is baffling as I can’t work out why this is not working.

I have the following being loaded in my Module Config

binder.bindAspect(classes = binder.match().regex(’.*Service’), methods = binder.match().any(), aspects = “cronusLogger”);

Copied directly from the documentation, when I reinit the framework I am seeing errors like the attached below. I have used this before without issues in non ContentBox applications but nothing like this has ever cropped up before.

I am guessing that domain services are causing this. Now I am guessing that to do this is not a good idea at the Module Config, I am wondering if this error could be avoided if there was a better place to create this aspect or is it a bug in WireBox and AOP itself?

# Exception mixing in AOP aspect for (permissionService@cb)
Element SETQUERYCACHEREGION is undefined in a Java object of type class coldfusion.runtime.VariableScope.coldfusion.runtime.UndefinedElementException: Element SETQUERYCACHEREGION is undefined in a Java object of type class coldfusion.runtime.VariableScope. at coldfusion.runtime.CfJspPage.ArrayGetAt(CfJspPage.java:974) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:985) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:980) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:747) at coldfusion.runtime.CfJspPage._arrayGetAt(CfJspPage.java:733) at cfMixerUtil2ecfc1695995148$func$WBAOPSTOREJOINTPOINT.runFunction(D:/Projects/ColdFusion/ContentBox/coldbox/system/aop/MixerUtil.cfc:30) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:655) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:444) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:414) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2432) at

Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/113032480415921517411