[
https://issues.jboss.org/browse/AS7-4328?page=com.atlassian.jira.plugin.s...
]
Darran Lofthouse commented on AS7-4328:
---------------------------------------
The JMX subsystem can be updated to: -
{code:xml}
<remoting-connector use-management-endpoint="false" />
{code}
This clears the following dependency error: -
{noformat}
service jboss.remoting.endpoint.management (missing) dependents: [service
jboss.jmx.remoting-connector-ref]
{noformat}
Updating standalone to use <native-remoting-interface/> results
in unsatisfied dependencies
-------------------------------------------------------------------------------------------
Key: AS7-4328
URL:
https://issues.jboss.org/browse/AS7-4328
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 7.1.2.Final
Updating standalone to use <native-remoting-interface/> results in unsatisfied
dependencies.
{code:xml}
<management-interfaces>
<native-remoting-interface />
<http-interface security-realm="ManagementRealm">
<socket-binding http="management-http"/>
</http-interface>
</management-interfaces>
{code}
{noformat}
12:58:59,664 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service
status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.remoting.endpoint.management (missing) dependents: [service
jboss.jmx.remoting-connector-ref]
service jboss.remoting.management.channel.registry (missing) dependents: [service
jboss.remoting.endpoint.subsystem.channel.management]
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira