0 Replies Latest reply on Jul 3, 2003 12:31 PM by bongosdude

    Xdoclet and dependent value class.

    bongosdude

      have anyone figured out how to use xdoclet tag to create cmp-field and property tag in the jbosscmp-jdbc.xml yet?

      If I want map the attribute in the DVC class ContactInfo to the column name, Can I use xdoclet tag? Or I have manually to insert these line in the jbosscmp-jdbc.xml?

      <cmp-field>

      <field-name>contactInfo</field-name>
      <property-name>cell.areaCode</property-name>
      <column-name>cell_area</column-name>

      </cmp-field>