Hi, I am using PB API with DB2. I experience the phenomen that in a 1:N association a N object is not being deleted. I do not use a RemovalAwareCollection. Here is the scenario:
Table Activity and table Schedule are 1:N related. A user can delete a specific schedule or all schedules of a particular activity object. If the user selects a schedule to delete, the app retrieves the scheduleId and scheduleObject from the DB. Then it simply deletes the object by broker.delete(scheduleObject). So far it is only theory because the scheduleObject remains in the DB. How to delete? I could not find anything in the faqs. However, the testcases always use RemovalAwareCollection. Can someone point out the concept behind this? thx, Dirk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
