[jboss-jira] [JBoss JIRA] Created: (JBAS-7827) Create a JSR-160 connector server deployment in AS
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri Mar 19 17:38:37 EDT 2010
Create a JSR-160 connector server deployment in AS
--------------------------------------------------
Key: JBAS-7827
URL: https://jira.jboss.org/jira/browse/JBAS-7827
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: JMX
Reporter: David Lloyd
Assignee: Scott Marlow
Fix For: JBossAS-6.0.0.M3
<dmlloyd> don't do it this way :)
<dmlloyd> instead, implement it as a service
<dmlloyd> write a jboss-beans.xml which creates a...
<dmlloyd> ~~ smarlow javadoc RMIServerImpl
<javabot> smarlow: http://is.gd/aPe3U [JDK: javax.management.remote.rmi.RMIServerImpl]
<dmlloyd> and injects the MBeanServer from the MC
<dmlloyd> then for now just stick it into deploy/ (we can move it to an earlier bootstrap phase at a later time)
<Nihility> ~ javadoc RMIConnectorServer
<javabot> http://is.gd/4roR1 [JDK: javax.management.remote.rmi.RMIConnectorServer]
<dmlloyd> ah yeah
<smarlow> sure, that sounds better
<dmlloyd> taht's the better choice :)
<Nihility> we needed to do that anyway
<Nihility> this will make it easy to configure
<Nihility> which i like
<Nihility> also it lets us secure the connection
<dmlloyd> smarlow, so for now just a jboss-beans.xml will do it. Sometime later (M4) we can make a special domain-esque <jmx-connector-server .../> thing
<smarlow> dmlloyd: sounds great, thanks!
--
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
More information about the jboss-jira
mailing list