in src/java/org/apache/fulcrum/parser/DefaultParserService.java [526:534]
public void service(ServiceManager manager) throws ServiceException
{
// only for fulcrum pool, need to call internal service, if role pool service is set
if (manager.hasService(PoolService.ROLE))
{
fulcrumPoolService = (PoolService)manager.lookup(PoolService.ROLE);
}
// no check here, until configuration is read
}