WireBox and ColdBox modules order of injection

Probably a little confusing by the title, I am in a position where I am running an interception point for a module. The event is postModuleLoad() and I was under the impression that the injection would work like this?

property name=“applicationService” inject=“model:applicationService”;

But when I go to use this it hasn’t been defined, is that right or am I missing something else here?

Regards,

Andrew Scott

http://www.andyscott.id.au/