* @throws ValidateException ValidateException
*/
protected void partialCommonValidation() throws ValidateException
{
if (this.jndiName == null)
throw new ValidateException(bundle.requiredAttributeMissing(DataSource.Attribute.JNDINAME.getLocalName(),
this.getClass().getCanonicalName()));
if (this.poolName == null)
throw new ValidateException(bundle.requiredAttributeMissing(DataSource.Attribute.POOL_NAME.getLocalName(),
this.getClass().getCanonicalName()));
if (this.timeOut != null)
this.timeOut.validate();
if (this.security != null)