Hi,
I'm using the following relationship schema:
One User has many Documents and a Document may be shared by many Users.
The relationship is container managed. If one document bean is shared by two different user bean and one user wants to remove this document from his list I want only to remove the relationship with this user and keep the document bean so the other user is still able to access the document.
I'm using Weblogic 7.0 and I've found that a relationship is only removed automatically when a bean participating in the relationhsip is removed.
Thank you very much for any answer
Jorge E.
I'm using the following relationship schema:
One User has many Documents and a Document may be shared by many Users.
The relationship is container managed. If one document bean is shared by two different user bean and one user wants to remove this document from his list I want only to remove the relationship with this user and keep the document bean so the other user is still able to access the document.
I'm using Weblogic 7.0 and I've found that a relationship is only removed automatically when a bean participating in the relationhsip is removed.
Thank you very much for any answer
Jorge E.