public SpiCaseDatabaseImpl()
{
this.gCaseDBImpl = new InternalCaseDatabase();
this.caseValidator=new DefaultCaseValidator();
this.workValidator=new DefaultWorkValidator();
this.caseIdGenerator=new SpiCaseIdGeneratorImpl();
this.dispatcher=new SpiWorkflowDispatcherImpl();