Coldbox crashes when Railo local scope mode is set to always

Hi guys,

Today, I started to develop a new Railo-Coldbox app, and for the first
time, I wanted to set the Railo local scope mode to 'always'. Get rid
of scoping local variables within functions, I thought, and get rid of
all the 'var local = {}' thingies.

But, to my surprise, Coldbox crashes with the message 'variable
[INSTANCE] doesn't exist' :frowning:
When I switch back to the value 'update', everything works fine again.

Should I report this as a bug in Coldbox? Or is it, that Coldbox just
doesn't support this Railo feature?

My setup is as follows:
- Railo patch 3.3.0.004
- Coldbox 3.0.0.RC1