It seems to be a problem with your jdbc driver. So, make sure that you have your driver configured properly and also that you do not use multiple MySQL drivers at one time.
There are more ways how to configure jbdc driver, for standalone use you can simply deploy the driver as a JBoss module:
https://community.jboss.org/wiki/DataSourceConfigurationInAS7