Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-06-02 Thread Sanne Grinovero
Hi Brett, thanks for the stacktrace, that clarified a lot: looks like a problem with our classloader strategy after all. In BridgeFactory.doExtractType:592 we invoke "Class#newInstance()"; the Class itself is already found but then it fails to initialize it as this isn't happening within the ORM c

Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-06-02 Thread Sanne Grinovero
On 2 June 2015 at 09:48, Sanne Grinovero wrote: > Hi Brett, > thanks for the stacktrace, that clarified a lot: looks like a problem > with our classloader strategy after all. > > In BridgeFactory.doExtractType:592 we invoke "Class#newInstance()"; > the Class itself is already found but then it fai

[hibernate-dev] Hibernate Search 5.3.0.CR1 released!

2015-06-02 Thread Sanne Grinovero
The (last?) candidate release for Hibernate Search version 5.3 is now available: http://in.relation.to/Bloggers/TheNewFacetingEngineGetsCloserHibernateSearch530CR1Released Regards, Sanne ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] Hibernate Metrics support

2015-06-02 Thread Steve Ebersole
start() I assume is supposed to indicate Session start? That is a possibility. transactionStart() is not. We do not always know when a transaction starts. On Tue, Jun 2, 2015 at 1:23 AM Mihalcea Vlad wrote: > Thanks. The second one is on the master branch and the 5.0 code-base. > Can the Sess

Re: [hibernate-dev] HSearch + Tika bridge using Wildfly modules

2015-06-02 Thread Brett Meyer
Sanne, Artificer leans entirely on the ORM/Search modules available in Wildfly and EAP. I can probably upgrade Search upstream, but I'd still need a workaround for EAP 6.4. It sounds like using a Tika module and having Search's module explicitly import it is the only option, right? - Orig

[hibernate-dev] Hibernate OGM 4.2 Final is out

2015-06-02 Thread Davide D'Alto
Hi, after several months of hard work, I'm happy to announce the next final release of Hibernate OGM: 4.2. Compared to 4.1.Final, this version includes: - API for retrieving all executed and failed datastore operations, - preview for Apache Cassandra support, - Fongo support, - new built-in type

[hibernate-dev] Envers ReflectionTools

2015-06-02 Thread Steve Ebersole
I am needing to change how "property access" is handled (as in the org.hibernate.property package). I have no idea how to fit that into Envers and specifically into its ReflectionTools class. The problems boil down to org.hibernate.envers.internal.tools.ReflectionTools#getAccessor and all the use