Any particular reason why you target ISPN 5.0 and not 4.2?
I don't think we can ask Hibernate Core (and hence OGM) to rely on 5.0 yet.
On 1 févr. 2011, at 20:12, Sanne Grinovero wrote:
As discussed, I have been playing with Infinispan's
configuration
options to have it startup using hibernate's TransactionManagerLookup.
It wasn't working initially because of ISPN-883, but this is now
solved (thanks Mircea!).
I'm not sure yet if this should be pushed to Hibernate Search, but it
might be useful to have a look for OGM:
https://github.com/Sanne/hibernate-search/commits/InfinispanTransactionMa...
it's quite verbose, if you have suggestions I can try pushing some of
the complexity into Infinispan, assuming they are fine with it.
Sanne