}
// FIXME: instead of using a loop, use one query!
long[] taxaIDs = t.getTaxaIDs();
for (int j = 0; j < taxaIDs.length; j++) {
Taxon taxon = t.getTaxon(j);
String aLabel = taxon.getName();
TaxonLabel taxonLabel = getTaxonLabelHome().getByDescriptionAndStudy(
aLabel,
pStudy);