Hi All,
1) I have a code in which interaction between two
ejb's are there.e.g Bean A and Bean B.A is calling B and from one method of B we are looking up into JNDI.
While writting
Junit for this scenario i am getting problem . I need to write standalone
java class as a clinet to bean A but i am not getting when my call reach into the method which
lookups into JBDI.Can anybody help me on this?
2) Are there any guidelines for how to write junit of MDB?
Thanks.