Hi all, In my session beans I need to lookup the local home interface of some other entity beans. I have added the following paragraph to ejb-jar.xml of the session beans: JNDI_NAME Entity myprog.SomeEntityLocalHome myprog.SomeEntityLocal SomeEntity If I have to lookup about 40+ beans in this session, do I need to repeat the above paragraph for 40+ times? Or is there any shortcut to place all the beans to a wider scope? Thanks, Kevin