I am trying the detail xdoclet and jboss tutorial and everything is working properly until I try to deploy the application SimpleBean. At that poing I get the error below:
[JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
org.jboss.resource.JBossResourceException: Could not create connection; – nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: com.mysql.jdbc.Driver; – nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: com.mysql.jdbc.Driver))
I have tryied adding mysql to the library list and I have checked jboss configuration, however I am not able to figure this out. Do you have any suggestions?