[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612155#action_12612155
]
Shiva Kumar H R commented on GERONIMODEVTOOLS-425:
--------------------------------------------------
svn commit in trunk at revision: 675230 adds an utility class
/org.apache.geronimo.st.core/src/main/java/org/apache/geronimo/st/core/ServerInfo.java
that provides dynamic info from the server.
For example, to get a list of JDBC connection pools deployed on the server,
call
ServerInfo.getInstance().getJDBCConnectionPools()
ServerInfo class invokes the ServerInfoServlet available on the server (please
see GERONIMO-4189) with appropriate arguments and fetches required dynamic info.
> Query Dynamic Information from Server
> -------------------------------------
>
> Key: GERONIMODEVTOOLS-425
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-425
> Project: Geronimo-Devtools
> Issue Type: Sub-task
> Components: eclipse-plugin
> Affects Versions: 2.1.x
> Reporter: Shiva Kumar H R
> Assignee: Shiva Kumar H R
> Fix For: 2.1.x
>
>
> Plan Creator allows intuitive mapping of references declared in a Web
> application to specific resources available in the server environment. On the
> "References" page of Plan Creator, references declared in a web-app (like
> EJB, EJB Local, JDBC Connection Pool, JavaMail Session, JMS Connection
> Factory and JMS Destination references), and the resources available in the
> server environment to which they can be linked are both shown, and users are
> asked to just link them up.
> To enable this feature in GEP Deployment Plan Editor, GEP must be able to
> query the server for deployed resources.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.