456457458459460461462463464
} else { throw new IllegalStateException( "JDO Pooling started. It can not be set to false"); } } else if (_txDbPool == null) { _txDbPool = new TxDatabaseMap(); } return; }
690691692693694695696697698699
} else { throw new IllegalStateException( "JDO Pooling started. It can not be set to false."); } } else if (_txDbPool == null) { _txDbPool = new TxDatabaseMap(); } return; }
509510511512513514515516
} else throw new IllegalStateException("JDO Pooling started. It can not be set to false"); } if ( _txDbPool == null ) _txDbPool = new TxDatabaseMap(); return; }
551552553554555556557558
525526527528529530531532533
return; } else throw new IllegalStateException("JDO Pooling started. It can not be set to false"); } else { if ( _txDbPool == null ) _txDbPool = new TxDatabaseMap(); return; } }