
Download NHibernate Validator 1.2 alpha3 with sources and binaries here
This release demostrate to be very stable and is an update to use it with NHibernate 2.1alpha2. For those who have NH.Validator 1.2alpha1 this is a mandatory update.
Enjoy it !

Download NHibernate Validator 1.2 alpha3 with sources and binaries here
This release demostrate to be very stable and is an update to use it with NHibernate 2.1alpha2. For those who have NH.Validator 1.2alpha1 this is a mandatory update.
Enjoy it !
This entry was posted on Monday, March 30th, 2009 and is filed under NHibernate, NHibernate.Validator. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
#1 by Shay Jacoby on March 30th, 2009
How can run a project that use NHibernate 2.1 alpha2 + NHibernate.Validator 1.2 alpha3 + NHibernate.Burrow?
NHibernate.Burrow throws exception because it requires an older version on NHibernate.
What can I do?
#2 by Dario on March 30th, 2009
Shay,
Right now, there isn’t a release with NH 2.1.x. I’ve created a request in the Jira http://nhjira.koah.net/browse/NHB-25.
You’ve to wait to Kailuo update the trunk with the news libs.
BTW, I you want to, you may check out the code here:
https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Burrow/
Update the libs and compile your own copy of Burrow. If you’re using only Burrow it’s easy, other libraries like webUtil you may have to touch the code a little
Cheers