[ACCEPTED]-Jboss (missing) dependents: [service jboss.naming.remote]-jboss7.x

Accepted answer
Score: 10

To anyone experiencing the same issues. The 5 problem was in the Jboss configuration, standalone.xml. I 4 needed to add the following subsystem to 3 resolve the dependencies:

  1. On the top of the xml file, add the following to the extensions section.

<extension module="org.jboss.as.remoting"/>

  1. Then add the following to the profile section.

<subsystem xmlns="urn:jboss:domain:remoting:1.1"/>

Hope half my day 2 will be worth something to someone else 1 :-)

More Related questions