2 Replies Latest reply on Sep 6, 2012 1:47 PM by epikninja

    New missing/unsatisfied dependencies:

    hartnellg

      I'm new to JBoss and have been following an article on EJB / Eclipse / Glassfish, but using JBoss AS7 instead of Glassfish.

       

      I'm trying to tell JBoss about an Oracle database, but I'm getting the  'New missing/unsatisfied dependencies:' error when starting JBoss AS7 in Eclipse

       

      I found this article for setting the Oracle access and followed it:

      http://www.javaworld.com/community/node/8184

       

      Here are the error logs and attached are module.xml, persistence.xml and standalone.xml

       

      Error log:

      09:37:16,348 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      09:37:16,428 INFO  [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

      09:37:16,455 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:jboss/datasources/JeeExample]

       

      I've googled extensively and there are several posts for JBAS014775, but it's not obvious to me what is missing and I can't find what the problem is.

       

      I'd appreciate a pointer in the right direction and thanks for reading.