Hello,
as I have said before, the error
10:52:29,234 INFO [org.jboss.as.controller] (Controller Boot Thread) Service status report
New missing/unsatisfied dependencies:
service jboss.jdbc-driver.mysql (missing)
10:52:29,250 ERROR [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started (with errors) in 11766ms - Started 95 of 153 services (3 services failed or missing
means that you have to configure your MySQL driver in your JBoss AS 7. That means downloading a .jar driver file and installing into your JBoss AS. Configuring the persistence.xml files is necessary too, but that's a different problem for now. See https://community.jboss.org/wiki/DataSourceConfigurationInAS7