Some questions regarding coldbox modules installation

Hello all

I am having problems using a Coldbox module (cbvalidation) in my application.

As you can see above, in box.json I use cbvalidation as a dependency and I install it in a folder named “external”. Then, I use the property modulesExternalLocation in config.Coldbox.cfc to load those modules.

image

When I try to use the ValidationManager function validate in my coldbox.system.RestHandler I receive this error:

image

What could be the problem? If you need more info just say the word

I have not see this before. I might have to do with the helpers not been injected correctly. I will have to reproduce it.

What happens if you install it in the traditional modules folder?