2 Replies Latest reply on Jan 30, 2012 10:14 AM by damnh

    Error new missing when install mysql connector on JBoss AS 7

    damnh

      Hi,

      I installed mysql JDBC driver(mysql-connector-java-5.1.18-bin.jar) as a module in JBoss AS 7.0.2.Final. I performed by follow this link https://community.jboss.org/wiki/DataSourceConfigurationInAS7#Installing_a_JDBC_driver_as_a_module

       

      Everything is OK if I config on Windows, but If I config on my MAC OS 10.7, I have a following problem:

      New missing/unsatisfied dependencies:

            service jboss.jdbc-driver.com_mysql (missing)

      I noticed that JBoss does not generate the "mysql-connector-java-5.1.18-bin.jar.index" file into the "modules/com/mysql/main" directory on Mac. On Window it does.

      Please help me, thank you!