RE: [coldbox:11720] bean question

There is the autowire() method of the injector. You can pass in a target object for it to autowire for you.

Keep in mind, if you use createObject to create the bean and then pass it into the injector to autowire for you, any scope-related metadata will still be ignored.

~Brad