Hi,
 
I'm trying to generate an xml (jbosscmp-jdbc) like that with Xdoclet:
 
<jbosscmp-jdbc>
    <enterprise-beans>
        <entity>
            <ejb-name>Prueba</ejb-name>
            <!-- ...... -->
            <load-groups>
                <load-group-name>basic<load-group-name>
                <field-name>identificador</field-name>
                <field-name>nombre</field-name>
            </load-groups>
        </entity>
    </enterprise-beans>
</jbosscmp-jdbc>
 
But i can't find the way to specify to Xdoclet the "load-groups" tag and its attributes...what xdoclet tag should I use???
 
Thanks!!!

Reply via email to