Haifeng Song [
https://community.jboss.org/people/hypheng] created the discussion
"Re: Mysql JDBC module can't start: ClassNotFoundException XAResource"
To view the discussion, visit:
https://community.jboss.org/message/794083#794083
--------------------------------------------------------------
Thanks for Alexey S.
The answer is to add dependency javax.transaction.api into jdbc module.xml
<dependencies>
<module name="javax.transaction.api"/>
</dependencies>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/794083#794083]
Start a new discussion in Datasource Configuration at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]