fixes bug#7537
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@56618 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7ee26bbaf0
commit
1b607d77d4
|
@ -53,7 +53,8 @@ public class AidfGenerator implements IdentifierGenerator {
|
|||
log.error("erro ao buscar id aidf",e);
|
||||
throw new HibernateException(e);
|
||||
}
|
||||
|
||||
log.info("i="+i);
|
||||
log.info("idEncontrado="+idEncontrado);
|
||||
|
||||
if (i == qtdMaxima){
|
||||
throw new HibernateException("A qtd de IDs permitidos para AIDF foi atingido:"+qtdMaxima);
|
||||
|
|
Loading…
Reference in New Issue