Hi, Can dependent objects can have their own dependent objects. When i try this in Orion it gives following error. Illegal abstract method in dependent class cart.CartItem: public abstract cart.CartItemDependent cart.CartItem.createDependent() 2. can we have relationships between dependent objects if so will it not violate the rule that we can expose the dependents object classes to only the owner EJB? Thanks Krishnan