Getting New missing/unsatisfied dependencies when using non JDBC 4 compliant JDBC driver with EAP 6
Issue
- When a DataSource is configured with Oracle JDBC Driver
ojdbc14.jar
, facing the following"missing/unsatisfied dependencies"
message during the JBoss EAP 6 start-up:
INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.oracle (missing) dependents: [service jboss.data-source.java:/OracleDS]
ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1) started (with errors) in 12611ms - Started 136 of 276 services (2 services failed or missing dependencies, 136 services are passive or on-demand)
-
Database driver deployed perfectly and able to create the datasource using
ojdbc14.jar
but unable to display in the driver list. How to resolve this issue? -
Getting the following error while Configuring the DataSource on jboss eap-6:
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.oracle (missing) dependents: [service jboss.data-source.java:/OracleDS, service jboss.driver-demander.java:/OracleDS]
- I have created a module and modified standalone.xml but it is not registering oracle database.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.