Is it legal for session bean A to create session bean B, and pass it to session bean C so that C can call on B? For example, if A is acting as a controller, B is acting as a factory, and C is acting as an algorithm. So a controller needs to execute an algorithm which requires a factory as one of it's parameters. As the algorithm runs, it calls on the factory to create the resources it needs. Thanks. -AP_
