Re: [hibernate-dev] Hibernate Core 3.3 / HEM/HAN 3.4.0 migration hooplas

2008-09-19 Thread Pablo Nussembaum
As an hibernate user, I like that exception be thrown during the configuration process. I mean that you can try to log something and trap the CNFE there. Chris Bredesen wrote: > Emmanuel Bernard wrote: > >> Thinking out loud. Couldn't we check if the first SLF4J call raises >> CNFE and wraps that

[hibernate-dev] Error using the same column as DiscriminatorColumn and Id

2007-01-11 Thread Pablo Nussembaum
eturn id; } public void setIdent(Long id) { this.id = id; } } Child Class: @Entity @DiscriminatorValue("2") public class Child extends Parent { } Thanks, -- Pablo Nussembaum Refert ___ hibernate-dev mailing list hib