Re: [hibernate-dev] Fun with DDLWithoutCallbackTest

2010-06-17 Thread Emmanuel Bernard
I've not see the exception raised by PostgreSQL though my name got truncated for a while ;) On 17 juin 2010, at 16:40, Steve Ebersole wrote: > It seems like you got this "minro db" list based on the overrides of > this method. Keep in mind that this list does not seem accurate. It > sure seems

Re: [hibernate-dev] Fun with DDLWithoutCallbackTest

2010-06-17 Thread Steve Ebersole
It seems like you got this "minro db" list based on the overrides of this method. Keep in mind that this list does not seem accurate. It sure seems like postgresql and db2 fall into this category as well unless i am misunderstand the test failure discussion here. Like I said there is another opt

[hibernate-dev] Fun with DDLWithoutCallbackTest

2010-06-17 Thread Emmanuel Bernard
There are two things at stake here. DDLWithoutCallbackTest was initially designed to check that the event listener validation is ignored. Hence the catch (javax.validation.ConstraintViolationException) {fail();} What I forgot is that the test my still fails due to a database constraint error :