Re: [hibernate-dev] ArrayIndexOutOfBoundsException in ReflectionHelper.parametersResolveToSameTypes

2013-12-12 Thread Ales Justin
> Can you confirm that some static method is involved here (which was the case > for HV-818)? I can't see one on your Email class but maybe there is one on > AbstractEntity? AbstractEntity -- static method at the bottom: (but Email is not the only one that extends AbstractEntity, where my issue

Re: [hibernate-dev] ArrayIndexOutOfBoundsException in ReflectionHelper.parametersResolveToSameTypes

2013-12-12 Thread Hardy Ferentschik
Hi Ales, could you try running against Hibernate Validator 5.0.2-SNAPSHOT. I just deployed it and it would be interesting to see whether it fixes the problem prior to creating a final release. —Hardy On 12 Jan 2013, at 11:26, Ales Justin wrote: >> Can you confirm that some static method is

[hibernate-dev] Create OSGi integration test project for all of Hibernate?

2013-12-12 Thread Brett Meyer
ORM currently uses Arquillian to test hibernate-osgi (and afaik Validator does the same). Since at least ORM, Validator, and Search have moved or are moving towards supporting OSGi environments, would it make more sense to create hibernate/hibernate-osgi-integration-tests and wire it to a new C

[hibernate-dev] Enabling all modules by default in a build

2013-12-12 Thread Sanne Grinovero
In Hibernate Search there is a Maven module responsible for running performance tests, which takes several minutes to run. Since it's quite annoying for day to day development, and especially during a release process as the process runs the tests multiple times, the module is only enabled when exp

Re: [hibernate-dev] Create OSGi integration test project for all of Hibernate?

2013-12-12 Thread Emmanuel Bernard
This sounds like a good idea. You will hit the more general problem of the compatibility matrix and snapshot against snapshot issue we need to address to avoid the micro version incompatibilities that have hit Search and ORM recently. > On 12 déc. 2013, at 19:29, Brett Meyer wrote: > > ORM c