wireBox.singletonReload=true

I can't seem to get my singletons to reload automatically in my dev
environment. I have to reload (fwreinit=1) my service objects or DAOs
every time I make a change.

This is what I have in my coldbox.cfc for 'localbox' environment.

coldbox.handlerCaching = false;
coldbox.eventCaching = false;
coldbox.handlersIndexAutoReload = true;

wireBox.singletonReload=true;

I am using the default binder (wirebox.cfc) for Wirebox.