1 Reply Latest reply on Feb 12, 2002 7:38 AM by jfifield

    what is the tag for session bean eqal to this tag <cmp-field

    kin_kiran

      Hello,

      Can any body tell me what is the equvalent tag in session bean for "<cmp-field>" in ejb-jar.xml

        • 1. Re: what is the tag for session bean eqal to this tag <cmp-f
          jfifield

          There really is no equivalent to this element for a session bean. Session beans to not represent persistent objects and do not use container-managed persistence, therefore would have no reason to use the element.

          For complete information on what elements are used and where, take a look at the ejb-jar_2_0.dtd. It is commented rather thoroughly.

          Joe