[
https://jira.jboss.org/jira/browse/JBAS-7818?page=com.atlassian.jira.plug...
]
Scott Marlow commented on JBAS-7818:
------------------------------------
Thomas, will do. For now, try changing:
RMIAdaptor adaptor = (RMIAdaptor) ctx.lookup("jmx/rmi/RMIAdaptor");
To:
MBeanServerConnection adaptor = (MBeanServerConnection)
ctx.lookup("jmx/rmi/RMIAdaptor");
RMIAdaptor replacement based on JSR160
--------------------------------------
Key: JBAS-7818
URL:
https://jira.jboss.org/jira/browse/JBAS-7818
Project: JBoss Application Server
Issue Type: Task
Security Level: Public(Everyone can see)
Components: JMX
Reporter: Scott M Stark
Assignee: Scott Marlow
Fix For: JBossAS-6.0.0.M3
A replacement for the proprietary RMIAdaptor is needed that supports authentication,
authorization and SSL.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira