jsf-spring : managedbean postconstruct not called
问题 I'm rather learning by doing so it might be a stupid question but I couldn't find any answer. I have an JSF application which worked well as used with simple JDBC. Take an example of the "domain.xhtml", which had a table listing elements from a "DomainController" bean. It was all working great then we switched to JPA. That controller has to use services so it's declared as @Component and includes (@Autowired) services from there. It also works well EXCEPT that all my JSF injections (