> Can the Composite/Aggregate Entity Bean Pattern only
> be implemented for Bean Managered Persistence ?
No, you could also use CMP by applying deep copy semantics.
However applying the Composite Pattern directly to EJB's without applying ValueObject semantics is generally a bad idea. The granularity is way to small.