This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Listener when EJB is deployedjaikiran Mar 9, 2010 2:37 AM (in response to anuforwork)How about JBoss specific @Service http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/Service_POJOs.html EJB3.1 introduces a new @Singleton session bean. Once that is implemented in AS6, you can start using @Singleton with a @Startup configuration to do this kind of thing. 
- 
        2. Re: Listener when EJB is deployedanuforwork Mar 9, 2010 3:21 AM (in response to jaikiran)Thanks Jaikiran. I just tried the @Service implementation and it worked with my application.
 
    