-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: org.hibernate.exception.ErrorCodeConverter bug
PostPosted: Tue Apr 05, 2005 3:26 pm 
Regular
Regular

Joined: Tue Mar 22, 2005 2:27 am
Posts: 62
It looks like there is a bug on line 74 of org.hibernate.exception.ErrorCodeConverter in hibernate-3.0 final (and CVS HEAD):

return new ConstraintViolationException( message, sqlException, constraintName, sql );

Should be:

return new ConstraintViolationException( message, sqlException, sql, constraintName );

i.e. the last two constructor parameters are in the wrong order.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 4:33 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Fixed in my box, thanks.

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.