> -----Original Message----- > From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] > Subject: read-ahead for ejb-relationship-role > > Is there a way to setup read-ahead for ejb-relationship-role in > jbosscmp-jdbc.xml?
Not yet. It will take a bit of code additions because there can be two <ejb-relationship-role> elements per relation. It will probably just be additional attributes on @jboss.relation and @jboss.target-relation: @jboss.relation ... strategy="on-load" page-size="300" eager-load-group="*" I can probably add this soon. I will let you know when I get it added. Michael ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
