xianlongbai commented on issue #4886: Handler dispatch failed; nested exception 
is java.lang.NoClassDefFoundError: com/atomikos/icatch/HeuristicMessage
URL: 
https://github.com/apache/incubator-shardingsphere/issues/4886#issuecomment-602973817
 
 
   Do you need to add this configuration?
       @Bean(name = "transactionManager")
       public JtaTransactionManager regTransactionManager () {
           UserTransactionManager userTransactionManager = new 
UserTransactionManager();
           UserTransaction userTransaction = new UserTransactionImp();
           return new JtaTransactionManager(userTransaction, 
userTransactionManager);
       }

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to