1. Problem using Stateful EJB in ManagedBean with RequestScope stackoverflow.comI'm using JSF 2.0 and EJB 3.1 in the Glassfish v3 app server. And I'm facing actually the follwing problem: |
2. Stateful EJB with extended persistence context to handle user session stackoverflow.comI'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 ... |