-
Notifications
You must be signed in to change notification settings - Fork 194
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
[Quarkus 3.2.0] No recovery system in which to register XAResourceRecovery instance #4945
Comments
@zhfeng maybe related to quarkusio/quarkus@c2546e7? Maybe we have some missing config etc. |
Yeah, I think so and will take a look. Which test is failling? |
Here's a link to the build: https://github.com/apache/camel-quarkus/actions/runs/5128205009 |
Thanks @jamesnetherton and I confirm that it should be an issue when we introduce the feature of JDBC Object Store. It need to defer to register the XAResourceRecovery after the recovery manager service is started. I was missing such test case in the quarkus. I will open an issue on quarkus soon. |
Hi @jamesnetherton , the fix in upstream quarkus has been merged into |
Thanks @zhfeng. Confirmed that the issues in CQ are resolved. |
The mybatis tests are failing on
quarkus-main
. There's a similar error coming from the JPA-JTA example project too.The text was updated successfully, but these errors were encountered: