0 Replies Latest reply on Jun 28, 2006 5:56 PM by zoolai

    how do I run SELECT queries against CMR tables ?

    zoolai

      I have a CMR defined on 2 entity beans and I've inserted in both entities XDoclet "@ejb.data-object" tags so I expect that my exposed CMR methods should be available for me in the generated data object classes...
      but they are not.

      I've annotated my CMR methods with "@ejb.interface-method" so I guess that they should be picked up by XDoclet and included in each entity's corresponding data object class.
      The rest of my methods (all CMP) in the class that are exposed, do show up in the generated data object class, but for some reason my CMR methods are not being picked up and so I'm unable to execute any methods that manipulate the CMR tables.

      Any help appreciated !!!