Hello EJB profis,


I have this relationship-removing problem:

A:EJB 1->* B:EJB 1->* C:EJB

calling c.remove(pk-string) in ... (e.g. parseRequest.jsp),

where c (is a C EJB ) is in a collection of b (is a B EJB),

does not remove c from the collection, but it does remove

b from the database.

Thanks,
Di

Reply via email to