Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing an EJB from a relationship

Status
Not open for further replies.

Kurobei

Programmer
Jan 2, 2002
2
MX
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top