tradeshark commented on issue #7374:
URL:
https://github.com/apache/incubator-seata/issues/7374#issuecomment-2918040595
> Is there a proxy in userApplication? Starting from Seata 2.0, AOT
compilation is not supported, and you need to manually use GraalVM's trace
agent to collect metadata.
@funky-eyes when i debugging the aot process , i found that the interceptor
in GlobalTransactionalScanner is null,that caused the error ? how can i make
the interceptor initialized before aot process?
```
@Override
protected Object[] getAdvicesAndAdvisorsForBean(Class beanClass, String
beanName, TargetSource customTargetSource)
throws BeansException {
return new Object[]{interceptor}; // interceptor is null here !!!
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]