This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: @Service Stateless Session Bean problemsbill.burke Sep 29, 2005 9:41 AM (in response to eelgueta)Don't use the @Stateless annotation. @Statelss == Stateless session bean. @Service = JBoss Service Bean (application-wide singleton service). 
- 
        2. Re: @Service Stateless Session Bean problemseelgueta Sep 29, 2005 12:24 PM (in response to eelgueta)Bill, 
 Thank you very much for your help.
 It works consistently right, now.
 Ed.
- 
        3. Re: @Service Stateless Session Bean problemseelgueta Sep 29, 2005 1:11 PM (in response to eelgueta)When I removed the @Stateless annotation, my @PostConstruct annotated method doesn't get called any longer! 
 Is this a feature or a bug?
 Ed.
- 
        4. Re: @Service Stateless Session Bean problemsbill.burke Sep 29, 2005 4:00 PM (in response to eelgueta)bug...if you will, please post a jira bug? 
 
    