4 Replies Latest reply on Aug 19, 2003 10:59 AM by bbd66

    using value objects with CMP 2.0 entity beans

    bbd66

      I have tried to use a value object in my entity beans in Jboss 3.0.4 using CMP 2.0. All my get/set methods must be abstract for CMP 2.0 in the entity bean Is it possible to populate a value object within an entity bean if the implementation of the method to populate the value object is not abstract? If I don't make the CMP field get/set methods abstract I get errors on deployment. If I make them abstract then I can't populate my value object!! I am getting frustrated here. Anyone who can provide help, I would appreciate it!!