Stateful « Session « JSF Q&A





1. Problem using Stateful EJB in ManagedBean with RequestScope    stackoverflow.com

I'm using JSF 2.0 and EJB 3.1 in the Glassfish v3 app server. And I'm facing actually the follwing problem:
In a MenagedBean with RequestScope I want to access a session object ...

2. Stateful EJB with extended persistence context to handle user session    stackoverflow.com

I'm using a CDI session scoped bean to hold user related information (His user entity bean, credential, etc). I have a save method for everytime a user changes his info (like ...