[hibernate-dev] mvn clean install on core root, some doc resource issue

2010-03-24 Thread Emmanuel Bernard
[INFO] [ERROR] BUILD ERROR [INFO] [INFO] Unexpected problem Embedded error: Problem performing 'transformation' Server returned HTTP response code: 40

[hibernate-dev] Hibernate Validator 4.1.0.Beta1 release

2010-03-24 Thread Hardy Ferentschik
More information here - http://in.relation.to/14950.lace --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Exceptions thrown in a tx synchronization are eaten

2010-03-24 Thread Adam Warski
Hello, if a transaction synchronization throws an exception, is it only logged, and not thrown further (see org.hibernate.transaction.JDBCTransaction, line 273). Is there some reason for this? As Envers uses tx synchronizations quite extensively, when an exception is thrown in the synchronizat

Re: [hibernate-dev] Exceptions thrown in a tx synchronization are eaten

2010-03-24 Thread Sanne Grinovero
interesting, Hibernate Search is affected by this, but I thought the current problem was due to the fact that work is being executed in another thread. We were planning to fix it by collecting the underlying exception and rethrow it to the main thread, or optionally have it logged in case of async

[hibernate-dev] [HV] Supporting Joda Time API with @Past/@Future

2010-03-24 Thread Gunnar Morling
Hi, for Hibernate Validator 4.1 we are planning to add some new constraints. In this context Hardy and I discussed whether it might be worth to add support for the date/time types from the Joda Time API ( http://joda-time.sourceforge.net/) for the @Past/@Future standard constraints. I think Joda

[hibernate-dev] the raise of the new spammer generation

2010-03-24 Thread Sanne Grinovero
Hi all, as I mentioned recently, it often happens that new forum accounts are made and write something "quite relevant" to the topic, sometimes just one post, sometimes one in each subforum. This "quite relevant posts" are obviously generated by some clever bot. I delete them, but have to admit tha

Re: [hibernate-dev] [HV] Supporting Joda Time API with @Past/@Future

2010-03-24 Thread Alaa Mohsen
I'm for with that. As for it being too specific, I believe that the new validators can be made to depend on Joda Time as a compile dependency that is not needed by anyone using Hibernate Validator unless he needs that functionality. On Wed, Mar 24, 2010 at 11:40 PM, Gunnar Morling < gunnar.morl...