I cannot reproduce this behaviour with 2.0.0.Final. Do you use org.jboss.weld.environment.se.StartMain to start your app? In any case:
@PostConstruct should always be called once
observer method should be invoked once
constructor is expected to be called twice if the client proxy is also created (e.g. in the context of observer notification if an interceptor or decorator is applied)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I cannot reproduce this behaviour with 2.0.0.Final. Do you use org.jboss.weld.environment.se.StartMain to start your app? In any case: