monitoring agent should be separated into mejb, jmx, and jar utility classes
----------------------------------------------------------------------------
Key: GERONIMO-3766
URL: https://issues.apache.org/jira/browse/GERONIMO-3766
Project: Geronimo
Issue Type: Sub-task
Security Level: public (Regular issues)
Components: monitoring
Environment: windows
Reporter: Viet Hung Nguyen
Assignee: Viet Hung Nguyen
Fix For: 2.1
in order to modularize the monitoring agent, I suggest the following breakdown:
agent-ejb <----which will contain anything MEJB related, so that only this
will pull in OpenEJB
agent-jmx <----which will have the code for JMX connections
agent-jar <-----which will have the utility classes/functions that are used by
both agent-ejb and agent-jmx
So, when packaging these JARs into an EAR,
agent-ejb + agent-jar will make up the agent MEJB plugin
agent-jmx + agent-jar will make up the agent JMX plugin
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.