-
Notifications
You must be signed in to change notification settings - Fork 41.1k
TransactionalOperator is not configured in Data Neo4j #41275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Add a java.lang.IllegalStateException: Failed to retrieve PlatformTransactionManager
for @Transactional test: [DefaultTestContext@54463380 testClass = com.example.demo.PostRepositoryTest, |
I have to define a |
In the commit, the I do not use |
Please see the javadoc for
This note has been there since Spring Boot 2.4 and was added in #23630. I believe it's still relevant as spring-projects/spring-framework#24226 to which it links is still open. I suspect that this wasn't actually working properly in 3.3.0, it just wasn't throwing an exception to make the error obvious. |
I am not sure about this. Originally my testing codes were annotated with a |
Sorry, I'm not sure I understand. Annotating the test with |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
When upgraded to Spring Boot 3.3.1(from the build log, Spring Boot 3.3.0 worked), I got an exception when running PostRepositoryTest in my Spring Boot neo4j example which demos using Neo4j reactive template.
Check the build stack here: https://github.com/hantsy/spring-reactive-sample/actions/runs/9722916730/job/26837408667
The text was updated successfully, but these errors were encountered: