Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
I propose taking a look at what we do for Agroal: https://github.com/quarkusio/quarkus/blob/main/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java#L224 The error you are seeing seems to be coming from the fact that there is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i am developing a distributed transaction extension that named
seata
,now there is a problem made me blocked.how to proxy a datasource bean and replace it to default datasource?
i use a way that implement the SyntheticBeanBuildItem to create proxy bean,but it can't replace the default datasource and throw exception.
create proxy datasource bean:
when i run application,it throw exception,the exception log:
Beta Was this translation helpful? Give feedback.
All reactions