Open cristianprofile opened 6 years ago
Having the same problem when trying to use Hibernate Search
Having the same problem when trying to use Hibernate Search Could you explain it? Describe the problem or share a piece of code to be able to support you with your issue.
Well - I have tried to follow mentioned blog post to add Hibernate Search but is complaining about
No transactional EntityManager available
on added repository even when I have set it as @Transactional
I have read some blog posts that Hibernate Search is not working correctly with SpringBoot above version 2.0.9 but I'm not sure if this is true statement.
Could you add your ghithub repository to be able to help you with this issue? It seems a Spring configuration problem when your application is auto-configured by Spring boot
https://blog.stefanproell.at/2017/03/12/using-hibernate-search-with-spring-boot/