[jboss-jira] [JBoss JIRA] (WFLY-5097) @Startup @Singleton Beans Constructed Multiple Times

Davide Crudo (JIRA) issues at jboss.org
Thu Aug 13 05:59:02 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-5097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davide Crudo updated WFLY-5097:
-------------------------------
    Description: 
When using @Startup and/or @Singleton to start a Bean on server startup, everytime a method is accessed or the bean is injected with @EJB, both Constructor and @Postconstruct are executed.

This happens multiple times, each time any component uses the Singleton bean.

This seems similar to an issue reported for JBOSS AS 7.x (see forum link reference below)


  was:
When using @Startup and/or @Singleton to start a Bean on server startup, everytime a method is accessed or the bean is injected with @EJB, both Constructor and @Postconstruct are executed.

This happens multiple times, each time any component uses the Singleton bean.





> @Startup @Singleton Beans Constructed Multiple Times
> ----------------------------------------------------
>
>                 Key: WFLY-5097
>                 URL: https://issues.jboss.org/browse/WFLY-5097
>             Project: WildFly
>          Issue Type: Bug
>          Components: EJB
>    Affects Versions: 9.0.1.Final
>         Environment: All
>            Reporter: Davide Crudo
>
> When using @Startup and/or @Singleton to start a Bean on server startup, everytime a method is accessed or the bean is injected with @EJB, both Constructor and @Postconstruct are executed.
> This happens multiple times, each time any component uses the Singleton bean.
> This seems similar to an issue reported for JBOSS AS 7.x (see forum link reference below)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list