Change scope of Team backing beans For the implementation, it is necessary that the team backing bean is active more than one HTTP request, however, being ApplicationScoped is shared by all the interactions of all users of the application. Therefore it is changed to SessionScoped, which will be active during multiple interactions of an user.