Hi Ranchers!
Its a fact that statefull session beans cannot be passivated while in a transaction while an enity bean can.
Can any one tell me why this is not allowed?
I tried to search on almost all
java forums but didn't find answer anywhere.
However, my point of view is that there may be some performance issues here.. like before passivation , the statefull session beans needs to close the open connections and re-aquire them when it is activated..
Regards,
Amit