Hi,
just a quick note that Validator 3.1.0 GA is now available for download.
See also: http://in.relation.to/Bloggers/Hardy
--Hardy
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
See
http://hudson.qa.jboss.com/hudson/job/hibernate-3.2/./TEST_DATABASE=oracle10g,label=linux-slim/101/changes
Changes:
[EMAIL PROTECTED] HHH-3471 : add NumericBooleanType
--
started
Building remotely on dev91-linux
Updating http://anonhibernate.labs.jbos
We are back to failures here due to an apparent filesystem issue with
deleting the output directory.
Is this a continuation of the same previous issue? Or something new?
-
Steve Ebersole
Project Lead
http://hibernate.org
[EMAIL PROTECTED]
Principal Software Engineer
JBoss, a division of Red
Hello,
Envers is an entity versioning (or: auditing) library for JPA/
Hibernate, which I've been developing for the last half year.
I was presenting Envers on yesterday's R&D meeting, maybe some of you
have been there.
If not, here are the slides:
http://www.jboss.org/files/envers/presentati
Hello,
when using mappings it's quite likely that you get
ObjectNotFoundExceptions, as it's impossible to use on-delete cascades
in such a scenario. Unlike other relation mappings, currently does
not support the not-found="ignore" setting.
The only work-around I came up with so far is to u