Answer the question
In order to leave comments, you need to log in
Question about @Stateless beans?
Good day.
Sat debugged his framework application and stumbled upon the following problem.
There is a code:
@Stateless
@LocalBean
public class BasicDAO implements Serializable, IBasicDao {
private static final long serialVersionUID = 4102542574230571583L;
@PersistenceContext
protected EntityManager em;
...
Answer the question
In order to leave comments, you need to log in
Do you even know how Stateless is translated?
If you're having trouble mixing data from different users, then your bean is not de facto stateless.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question