[jboss-jira] [JBoss JIRA] Created: (AS7-1422) Add a generic query facility

Heiko Rupp (JIRA) jira-events at lists.jboss.org
Wed Jul 27 15:19:23 EDT 2011


Add a generic query facility
----------------------------

                 Key: AS7-1422
                 URL: https://issues.jboss.org/browse/AS7-1422
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Domain Management
    Affects Versions: 7.0.0.Final
            Reporter: Heiko Rupp
            Assignee: Brian Stansberry


To find out, which e.g. jdbc drivers are deployed on a server group, I have to visit each managed server and query it. This is cumbersome
- first the server group should have the same driver for all servers, so asking the server group should be enough
- as the server group does not even know its connected managed servers (there is no :list-servers) operation, I need to potentially loop over the whole domain including tons of remote HC in order to query for e.g. the jdbc drivers or other stuff

There should be a mechanism to fire queries at which then get relayed to the HCs and the answers combined and returned.

Still I don't get why if a server-group is meant to contain an identical configuration for all its managed servers (besides VM params, ports and IPs) it does not just have "proxy methods" like :installed-drivers-list or :server-list etc.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list