[jopr-issues] [JBoss JIRA] Created: (JOPR-19) hibernate plugin does not allow for hibernate to be in J2SE app

John Mazzitelli (JIRA) jira-events at lists.jboss.org
Sun Nov 9 23:53:38 EST 2008


hibernate plugin does not allow for hibernate to be in J2SE app
---------------------------------------------------------------

                 Key: JOPR-19
                 URL: https://jira.jboss.org/jira/browse/JOPR-19
             Project: Jopr
          Issue Type: Feature Request
          Components: Plugin - Hibernate
    Affects Versions: 2.1
            Reporter: John Mazzitelli
            Assignee: John Mazzitelli
             Fix For: 2.2


The hibernate plugin has this:

      <runs-inside>
         <parent-resource-type name="Tomcat Server" plugin="Tomcat"/>
         <parent-resource-type name="JBossAS Server" plugin="JBossAS"/>
      </runs-inside>

This means we can only ever monitor hibernate that is hosted inside a Tomcat or JBossAS server.

If we just add this parent-resource element:

         <parent-resource-type name="JMX Server" plugin="JMX"/>

then we can monitor hibernate running in any JVM - even a standalone J2SE VM (i.e. not hosted in any application server).

With a fix to RHQ-1086, we can check this in for existing inventory to accept this change. Without RHQ-1086, only those that have never deployed the hibernate plugin can take the new plugin and have it deploy. RHQ-1086 is fixed, so this is only a concern for those running an RHQ Server older than that which contains the RHQ-1086 fix.

Note this has a dependency on RHQ-1094.

This issue is a replication of RHQ-1093 - RHQ was not the proper place for this issue because the hibernate plugin lives in Jopr. Hence this issue is created.

-- 
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 jopr-issues mailing list