[
https://issues.apache.org/jira/browse/GERONIMO-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614243#action_12614243
]
Shiva Kumar H R commented on GERONIMO-4189:
-------------------------------------------
GERONIMODEVTOOLS-434 shows how GEP can get the required dynamic information
from Server using JMX (neat approach), instead of the earlier approach of
having a dedicated Servlet deployed on the system.
Hence the changes that were earlier made in revision: 675220 have been reverted
at revision: 677509.
Thanks to Jarek for capturing this, and to Sainath for figuring out how to use
JMX to get the required dynamic info.
> Enable Geronimo Eclipse Plug-in (GEP) to get dynamic information from server
> ----------------------------------------------------------------------------
>
> Key: GERONIMO-4189
> URL: https://issues.apache.org/jira/browse/GERONIMO-4189
> Project: Geronimo
> Issue Type: New Feature
> Security Level: public(Regular issues)
> Components: PlanCreator
> Affects Versions: 2.2
> Reporter: Shiva Kumar H R
> Assignee: Shiva Kumar H R
> Fix For: 2.2
>
>
> For intuitive creation/editing of Geronimo Deployment Plans inside GEP
> Deployment Plan Editors, GEP must be able to query the server for deployed
> resources (GERONIMODEVTOOLS-425). One of the ways of accomplishing this
> (thanks to Vamsi for the idea!) is as below:
> 1. Have a Servlet deployed & running on the server, that can issue GBean
> queries to fetch the required dynamic info from the server (like deployed
> EJBs, JDBC Connection Pools, JMS Connection Factories & Destinations, Java
> Mail Sessions, Credential Stores, Common Libs & Security Realms) and pass
> this info to the caller may be as a binary object.
> 2. Inside GEP, invoke the above Servlet with required arguments to get the
> dynamic info.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.