Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-09 Thread Steve Ebersole
On Wed, 2010-06-09 at 10:53 +0200, Adam Warski wrote: > The problem was that the Type class/interface hierarchy changed, and I think > EnumType stopped being a CustomType, and the type properties weren't added to > the mapping. Just wanted to clarify a bit as this is not accurate. EnumType is

Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-09 Thread Adam Warski
Hello, I was just about to ask if the test breaking is an intermediate thing or should I look at it :). > Adam, I think I found a little more. So in CollectionMetadataGenerator > these enum sets are being routed through #addWithMiddleTable where we > seem to be creating audit entities for these

Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-09 Thread Emmanuel Bernard
On 9 juin 2010, at 07:05, Steve Ebersole wrote: > Is it > really possible/desirable to map a given enum different ways within an > application? It's possible to map it once as ordinal and once as string for a given enum class. That's as far as it can legally go (in JPA). ___

Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-08 Thread Steve Ebersole
Adam, I think I found a little more. So in CollectionMetadataGenerator these enum sets are being routed through #addWithMiddleTable where we seem to be creating audit entities for these collection-of-enums. Is that what you expect? Being largely naive in this code I was surprised by that. Anywa

Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-08 Thread Steve Ebersole
For a reason I have been unable to track down, there are a series of later calls to get a type for these enums. I say "later" because prior to this there are a number of successful calls. The difference is that in the successful calls the types parameters used are actually populated; in the faili

Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-08 Thread Strong Liu
here is the stacetrace, an envers test fails. and since this, the downstream testsuite job will not be triggered. -- Error Message Unable to build EntityManagerFactory Stacktrace javax.persistence.PersistenceException: Unable to build EntityManagerFactory at org.hibern

Re: [hibernate-dev] The mail hudson job for Core fails

2010-06-08 Thread Steve Ebersole
What exactly failed? There is no workspace and running the builds (core, testing, testsuite) locally succeed. On Wed, 2010-06-09 at 09:40 +0800, Strong Liu wrote: > http://hudson.jboss.org/hudson/view/hibernate/job/hibernate-core-trunk/ > > - > Best Regards, > >

[hibernate-dev] The mail hudson job for Core fails

2010-06-08 Thread Strong Liu
http://hudson.jboss.org/hudson/view/hibernate/job/hibernate-core-trunk/ - Best Regards, Strong Liu ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev