After doing a JNDI lookup, narrowing,
ejb create etc. I get a reference to a Session bean.
Then I make an invocation on a business method of the Session Bean.
I get a timeout.
Where is this timeout specified? I would like to increase it and retry this scenario.
If anybody has a link which explains client server communication mechanism in detail, please provide it.
thanks.