Hi all. I am new to EJB, and I have a question regarding MDB.
How do I convert MDB stateless beans to stateful beans? Options:
- using bean passivation only.
- using bean activation only.
- using both activation and passivation.
- None of the above.
Thanks in advance.