This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
If the EJBObject for a stateless session bean is created when cleint calls create() method(as per HFE), then how is it allowed to get reference to EJBObject in ejbCreate() method? ejbCreate is called during creation of beans which happens a completely unrelated time than when client calls create.