There is
 * @jboss.load-group name="basic" 

On the class level it declares the load group. On the field level you
actually specify which fields comprise the group.

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Jonathan.O'[EMAIL PROTECTED]
> Sent: Monday, January 12, 2004 7:41 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Defining Load groups with xdoclet
> 
> 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
> 
> 


-------------------------------------------------------
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