this.resourceMap = new HashMap();
this.dsMap = new HashMap();
try
{
this.serviceLocator = new ServiceLocatorDelegate();
}
catch ( NamingException e )
{
throw new IllegalStateException(
"Could not instantiate ServiceLocatorDelegate. Reason: "+e.getMessage());