Just wondering if there is any tag to setup load groups using XDoclet.
>From my own search, I think the answer is no. So, how do I set up a merge 
point to do this.
I have added a mergeDir="myMergeDir" in the ejbDoclet ant task.
I have also added a file jbosscmp-jdbc-Settlement.xml into the mergeDir. 
This file just contains:
<load-groups>
        <load-group>
                <load-group-name>sortKeys</load-group-name>
                <field-name>merchantName</field-name>
                <field-name>amount</field-name>
                <field-name>txnDateDbFormat</field-name>
        </load-group>
</load-groups>

However, I don't see any load-groups in my Settlement entity within the 
generated jbosscmp-jdbc.xml.

Any help is greatly appreciated.
Ciao,
Jonathan O'Connor
XCOM Dublin


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to