}
public void startService() throws Exception
{
if(this.ejbParsingDeployer == null)
throw new MissingAttributeException("EjbParsingDeployer");
this.previousValidationValue = this.ejbParsingDeployer.isUseValidation();
this.ejbParsingDeployer.setUseValidation(Boolean.FALSE);
}