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
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
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
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
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
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
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