This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Wildfly >9 changed Stateless Session Beans Behaviorlafr Sep 4, 2017 3:01 PM (in response to joergl)1 of 1 people found this helpfulWildfly 8 and possibly also 9 did not use SLSB pooling per default. So every invocation lead to a new instance of the SLSB. Beginnig with Wildfly 10 SLSB pooling is enabled by default. So your bean instances get poold and reused. Some links: Should we use pool for SLSB to improve performance? EJB3 subsystem configuration guide - WildFly 10 - Project Documentation Editor 
- 
        2. Re: Wildfly >9 changed Stateless Session Beans Behaviorjoergl Sep 5, 2017 8:22 AM (in response to lafr)Yes, that looks like it is the explanation! Thank you so much Frank! 
 
    