"service jboss.jdbc-driver.myJDBCDriver (missing) dependents: [service jboss.data-source.java:jboss/datasources/MyDataSource]" in EAP 6
Issue
I successfully configured a datasource when I directly used the database JDBC driver. I am encountering a dependency error when attempting to configure our jdbc driver.
Our monitoring driver implements java.sql.Driver and creates dynamic proxy classes that allow us to wrap code around the actual jdbc driver calls to gather statistics and execution times.
INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.myJDBCDriver (missing) dependents: [service jboss.data-source.java:jboss/datasources/MyDataSource]
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.