2 Replies Latest reply on Jun 27, 2012 3:36 AM by labo32

    Java EE App with "New missing/unsatisfied dependencies" - jboss.naming.context

    labo32

      Hello,

       

      I try to get a Java EE example running into a JBoss AS 7.1.1 in standalone-full profile.

      The App contains a JPA Entity and a Servlet and can be deployed successful in a Glassfish 3 server

      (but this is not whta I want)

       

      The server.log told me

       

       

      06:16:47,791 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.sqlbrowser (missing) dependents: [service jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env."net.larbig.sqlbrowser.servlet.DBTestServlet".dataSource]

       

       

      06:16:47,794 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.\"net.larbig.sqlbrowser.servlet.DBTestServlet\".dataSourcejboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.sqlbrowserMissing[jboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.\"net.larbig.sqlbrowser.servlet.DBTestServlet\".dataSourcejboss.naming.context.java.module.JavaEE-war.JavaEE-war.env.sqlbrowser]"]}}}

       

       

      I already googled : "New missing/unsatisfied dependencies" and "service jboss.naming.context.java.module" but the hits were not really helpful for me.

       

      How can I solve that problem ?

       

      Thanks

      labo