2 Replies Latest reply on Apr 17, 2002 12:04 PM by starco

    jbosscmp-jdbc.dtd

    starco

      Where can I find this dtd for JBoss 2.4.4?
      Thanks in advance.

        • 1. Re: jbosscmp-jdbc.dtd
          davidjencks

          cmp2 is 3 only, this file pertains to the cmp2 engine.

          • 2. Re: jbosscmp-jdbc.dtd
            starco

            Thank you for answer.
            But I have one more:
            How can I describe the relationships between two beans?
            For weblodgic i have wrote this like:
            weblogic-cmp-rdbms-jar.xml
            ..
            <weblogic-rdbms-relation>
            <relation-name>ComplexBOIdentityInEISBean.eISSystem-EISSystemBean</relation-name>
            <weblogic-relationship-role>
            <relationship-role-name>ComplexBOIdentityInEISBean</relationship-role-name>
            <column-map>
            <foreign-key-column>eis_id</foreign-key-column>
            <key-column>eis_id</key-column>
            </column-map>
            </weblogic-relationship-role>
            </weblogic-rdbms-relation>
            ...