As we all know that for calling a method of a different bean
from one bean we have to first get the ejbobject and then call the method
for calling a entity bean from session bean
we first of all create primary key object using primarky key class and then use findByprimaryKey to get the
ejb object
and subsequently call the method of entity bean
can anyone tell me how to do the same procedure if we have to call session bean's method from our current session bean?