Can inject BeanFactory but not Wirebox

I’m trying to autowire a CFC I can’t seem to get Wirebox injected. I can inject the BeanFactory but I thought I’d just move over to using Wirebox.

// This works
property name=“BeanFactory” inject=“coldbox:plugin:BeanFactory”;

// This doesn’t work

property name=“Wirebox” inject=“wirebox”;

Any ideas? Am I missing something?

Turn debugging on via logbox and see what it tells you. Also the wirebox namespace is new on 1.1.0. And on coldbox in github not rc2