[jboss-jira] [JBoss JIRA] Created: (JBAS-7996) @Startup not working jboss 6.0M2
Nagin Kothari (JIRA)
jira-events at lists.jboss.org
Wed May 5 06:02:05 EDT 2010
@Startup not working jboss 6.0M2
--------------------------------
Key: JBAS-7996
URL: https://jira.jboss.org/jira/browse/JBAS-7996
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Reporter: Nagin Kothari
Assignee: Carlo de Wolf
As per Ejb 3.1 spec when @startup annotation is placed on Singleton bean, then bean @PostConstruct method should be invoked at application start up process and not when client calls its method first time. but in Jboss6.0.0M2 this is not working . @PostConstruct method is not invoked as a part of container start up process, but called at first method call of singleton bean.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list