0 Replies Latest reply on Feb 26, 2002 12:03 AM by tfrazer

    Need help removing Entity Beans w/compound keys

    tfrazer

      I'm new to EJB development and having some difficulties with the remove() operation on entity beans with compound keys. My create() and findByPrimaryKey() work fine, but I'm not able to use the remove() methods w/success.

      While I've defined the create(compoundPK) and findByPrimaryKey(compoundPK) methods in the RemoteHome class, I've done nothing w/the remove method. Should I be overloading the remove method in the home or remote class? Is it a descriptor issue?

      HELP!!