Hi Antonio,Is there any problem with using the @PostConstruct annotation for init() method in my model, and all my models were already developed by using the @PostConstruct annotation to init() method.If I mock the Resource, resolver and so on, those are returning null when I call underTest.init() m...