[ACCEPTED]-Jboss (missing) dependents: [service jboss.naming.remote]-jboss7.x
Accepted answer
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:
- On the top of the xml file, add the following to the extensions section.
<extension module="org.jboss.as.remoting"/>
- 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 :-)
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.