ulwx opened a new issue, #24735:
URL: https://github.com/apache/shardingsphere/issues/24735
```
@Transactional(propagation = Propagation.REQUIRED)
@GlobalTransactional
public void updateUseAkDs() {
TransactionTypeHolder.set(TransactionType.BASE);
addressDao.updateMdForMaster2(1, "123");
try {
addressDao.updateMdForMaster1(2, "abc");
} catch (Exception ex) {
LOGGER.debug(ex + "");
}
}
```
An error is reported when integrating seata. When we use sharding-jdbc with
seata, a null exception will be reported! The above is my code.
--
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]