* method to execute when starting this component
*/
public void doStartService()
throws ServiceException {
if ( getRepository() == null ) {
throw new ServiceException("Repository property is null.");
}
setDataSource(getRepository().getDataSource());
}