[coldbox-4.2.0] ACF 2016 Mixin injection

Hi,

I’ve just migrated my application to CB4 from 3.8 so hopefully I haven’t missed anything whilst doing that.

The new application works fine in ACF9 however it seems the mixins (specified as component annotations) are missing when running in ACF2016.
Logging from coldbox.ioc.Injector:processMixins shows that mapping.getMixins() is empty.

I’ve checked and the component annotations are retrieved fine from getMetaData in ACF2016 .

Please does anybody have any idea what is going wrong?

Thanks.

Ollie

Sorry scratch this, it was a missing jar file causing the problem.