Facing error TranManagerSet incompatible with TransactionManager On Websphere 8.5. Creating Hibernate Search Index
问题 I am trying to perform the initial indexing on Elastic server using Hibernate Search, Lucene and using persistence.xml file. The server raises below exception when I run the index creation process on Websphere, this whole process works fine on TOMCAT & TC server. That too only with help of hibernate.cfg.xml. We also have the hibernate.cfg.xml file in the project. I've also put an earlier question when this was not working with hibernate.cfg.xml and was throwing errors. This is the earlier