posted 13 years ago
Hi Friends,
I have implemented a Stateless Session Bean, part of the code snippet is below.
ejb-jar .xml
Client code:
My problem is when i call add() method on stateless session bean i trying to store the values in the global variables, so when i call different method on the same bean, the previous values which i stored in the session as global variables able to retain. How this is happening.? According the Stateless session bean behaviour it should not remember the values which i stored as part of my first call to my first method right?
Can you please clarify me ?
Appreciate your help.
Thanks,
Murali