RE: [coldbox:19999] Strange errors with ContentBox and AOP

Out of curiosity, if you dump out the meta data for the

# permissionService@cb

model, does it show a

SETQUERYCACHEREGION

Method?

That’s an implicit setter.

So far this appears to be related to any service that is using the ORM side of things, now I am wondering if there is a way to exclude the methods that mat cause these type of problems or is it going to be blind luck to try to find which method is causing this.