i use an 'poor' approach that i pass the ejb it self into the method.
class ServletA
{
doGet(..)
{
BeanA aa = lookupbean;
aa.callmethod(aa);
}
}
but this seems not a good method, but i can't find others
[Message sent by forum member 'imperfect' (imperfect)]
http://forums.java.net/jive/thread.jspa?messageID=219940