Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-02 Thread David Mansfield
One technical (and probably way out of scope!) way to handle this would be to use a temp table, do a batch insert of the values, then change the " in (v1, v2, v3...)" to " in (select v from temp)". On 12/01/2011 04:20 AM, Emmanuel Bernard wrote: > Ah good point, I haven't thought of that prob

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-02 Thread Sanne Grinovero
The Arquillian test needs to unpack AS7 in your target folder and run it from there; the only problem I can think of is that you're having something left over from previous builds, or that you're running the tests from your IDE which might point to class instances instead of an on-disk package. Do

Re: [hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-02 Thread Hardy Ferentschik
Against current master? I haven't seen this before On Dec 2, 2011, at 5:18 PM, Emmanuel Bernard wrote: > I still have these errors on my machine when running the HSearch test suite. > > Could it be because of our engine / orm split and the fact that JBoss module > got screwed? > > 17:14:07,92

[hibernate-dev] [HSEARCH] Arquilian deployment error

2011-12-02 Thread Emmanuel Bernard
I still have these errors on my machine when running the HSearch test suite. Could it be because of our engine / orm split and the fact that JBoss module got screwed? 17:14:07,921 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-8) Hibernate Validator 4.2.0.Final 17:14:07,991