I am trying to migrate JBoss 7.1 eap to JBoss 8. But I am having the following error
“WFLYCTL0412: Required services not yet installed:“ => [”jboss.jdbc-driver.oracle"],
“WFLYCTL0180: Services with missing/unavailable dependencies” => [
“org.wildfly.data-source.DSN_lula is missing [jboss.jdbc-driver.oracle]”,
“jboss.driver-demander.java:/DSN_lula is missing [jboss.jdbc-driver.oracle]”
I have the following structure
jboss-eap-8.0modules “system” with two files
with two files
module.xml
ojdbc8-12.2.0.1.jar
<module xmlns=«urn:jboss:module:1.1» name=«com.oracle»>
<recursos>
<resource-root path=«ojdbc8-12.2.0.1.jar»/>
</resources>
<dependencias>
<module name=«javax.api»/>
<module name=«javax.transaction.api»/>
</dependencias>
</module>
I would like to fix this dependency