Hi Guys, Is it legal access other EJBs from within setEntityContext(...) from a BMP point of view? eg. like establishing home references? Is it wise to do so? Ras
from ejb spec methods: setEntityContext unsetEntityContext what can be done: EntityContext methods: getEJBHome, getEJBLocalHome JNDI access to java:comp/env method: ejbCreate what can be done: EntityContext methods: getEJBHome, getEJBLocalHome, getCallerPrincipal, getRollbackOnly, isCallerInRole, setRollbackOnly JNDI access to java:comp/env Resource manager access Enterprise bean access
Thanks Pradeep, That means it is legal. Thanks Can anyone tell me where i could download ejb2.0 and ejb1.1 specs? And also j2ee1.2 and j2ee1.3 specs. If i download j2ee specs does it includes the specs for ejb, jsp and servlet that the j2ee is suppose to implement? Cheers! Rastin