Why are Postconstructs called twice?
Why are Postconstructs called twice? That can happen if you have multiple frameworks managing the same bean class. E.g. JSF and CDI, or JSF and Spring, or CDI and Spring, etc. Doublecheck your configuration and annotations on the bean. That can also happen if you’re using CDI and are using multiple @Named annotations throughout the […]