[hibernate-dev] The Hibernate Search / Apache Tika interaction with WildFly modules

2015-06-29 Thread Sanne Grinovero
TLDR - Remove all "optional" Maven dependencies from the project - Things like the TikaBridge need to live in their own build unit (their own jar) - Components which don't have all dependencies shall not be included in WildFly modules These are my notes after debugging HSEARCH-1885. A service

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-29 Thread Scott Marlow
On 06/29/2015 10:06 AM, Steve Ebersole wrote: > org.hibernate.property.access.spi.GetterFieldImpl > > Its possible something is amiss > in org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl, > but considering GetterFieldImpl is chosen (properly) and that is where > things brea

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-29 Thread Steve Ebersole
The reason I say that is... here is the check that ultimately fails inside the VM: protected void ensureObj(Object var1) { if(!this.field.getDeclaringClass().isAssignableFrom(var1.getClass())) { this.throwSetIllegalArgumentException(var1); } } On Mon, Jun 29, 2015 at 9:06 AM St

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-29 Thread Steve Ebersole
org.hibernate.property.access.spi.GetterFieldImpl Its possible something is amiss in org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl, but considering GetterFieldImpl is chosen (properly) and that is where things break down that is where I would look. I find it strange thoug

Re: [hibernate-dev] development sprint start: Hibernate Search

2015-06-29 Thread Emmanuel Bernard
Notes from the discussion on roadmap in decreasing order. Parallelize up to 4 tasks max. ### Must do Lucene 5 Highly available master re-election - JMS messages within the transaction - high available master re-election - Kafka? if JMS clustered MDB does not work Compatible with Java 9 - shoul

Re: [hibernate-dev] WildFly 10 + Hibernate ORM 5 integration status update...

2015-06-29 Thread Scott Marlow
On 06/26/2015 12:12 PM, Sanne Grinovero wrote: > On 26 June 2015 at 15:02, Scott Marlow wrote: >> The ISE message is: >> " >> Can not set java.lang.Long field >> org.jboss.as.test.integration.hibernate.search.Book.id to >> org.jboss.as.test.integration.hibernate.search.Book >> ", which does sound