JBoss Community

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

created by labo32 in Beginner's Corner - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community