@Factory(value = "IdChunkGeneratorUIBean", scope = ScopeType.EVENT)
// TODO why won't Seam let us make this method private?
//private IdChunkGeneratorUIBean createIdChunkGenerator() {
public IdChunkGeneratorUIBean createIdChunkGenerator()
{
return new IdChunkGeneratorUIBean();
}