[coldbox-3.5.0-BE] Problem on Railo + NoInheritance + Application Mapping

I have an application running on Railo 3.3 BER that uses the no inheritance Application.cfc so I can set up the coldbox mapping as a per application setting:

this.mappings["/coldbox"] = getDirectoryFromPath(getCurrentTemplatePath()) & “…/coldbox.platform/3.5.0”;

This works fine in CB 3.1, but in 3.5 I get the following error:

This works in ColdFusion, can’t vouch for railo. I use non inheritance all the time.

I think we fixed
This and just reverted to use cfmodule instead.

Thanks again Luis!