Hi I have a question. Say I have 2 entity beans A and B I have a object C which is a dependent object of entity bean A. So A has 1 to many relationship with C. Is it possible to have a reference to B inside dependent object C? Thanks Debanjana
Hi, Its possible to have a reference of B in C which is dependent on A.From B don't try accesing A's business methods as it will end up in re-entrant loop which is not advisable. Cheers Geeta
hi all.i'm currently working on ejb but not yet come across re-entrant situation.can anyone please explain me what do you exactly mean by re-entrant by giving a good practical example? and what can be its consequences??? thanks in advance... [ April 21, 2003: Message edited by: Manish Kamat ]