0 Replies Latest reply on Aug 25, 2006 11:28 AM by jfloehr

    Entity Inheritance and Many-to-Many

    jfloehr

      When I attempt to create a many-to-many mapping between two derived entity beans I get a deployment error that the "mappedBy" property in the non-owning entity does not exist. I'm using the "Joined" method of inheritance and both entities are derived from the same base class. When I use base entity beans this works fine. Has anyone else encoutered this problem?