Hi there, If I have a large number of CMP 2.x entity beans that: a. Have various CMR relationships established between them. b. Have various cascade delete relationships established between them. does the ejbRemove () method get called on every entity bean involved in the cascade delete even though they are not currently loaded in the container? Thanks, Darryl