[infinispan-issues] [JBoss JIRA] Commented: (ISPN-675) Make Infinispan JOPR plugin friendly with AS environments
Ian Springer (JIRA)
jira-events at lists.jboss.org
Tue Sep 28 11:36:28 EDT 2010
[ https://jira.jboss.org/browse/ISPN-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12553724#action_12553724 ]
Ian Springer commented on ISPN-675:
-----------------------------------
When you test with RHQ, there are a few different permutations you could test:
a) JBoss AS or EAP 4.x w/ Infinispan deployed (if this is something you want to support)
b) EAP 5.x w/ Infinispan deployed (if this is something you want to support)
c) JBoss AS 6.0 w/ Infinispan deployed
d) Infinispan running standalone in a non-AS JVM
- In case a, a Cache Manager Resource should be discovered as a child Resource of the JBossAS Server (JBossAS) Resource.
- In cases b and c, a Cache Manager Resource should be discovered as a child Resource of the JBossAS Server (JBossAS5) Resource.
- In case c, a Cache Manager Resource should be discovered as a child Resource of the JMX Server (JMX) Resource.
> Make Infinispan JOPR plugin friendly with AS environments
> ---------------------------------------------------------
>
> Key: ISPN-675
> URL: https://jira.jboss.org/browse/ISPN-675
> Project: Infinispan
> Issue Type: Feature Request
> Components: JMX, reporting and management
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 4.2.0.CR1
>
>
> Within the descriptor:
> - Change top level from server to service
> - Within the service add:
> <parent-resource-type name="JMX Server" plugin="JMX"/>
> <parent-resource-type name="JBossAS Server" plugin="JBossAS"/>
> <parent-resource-type name="JBossAS Server" plugin="JBossAS5"/>
> Within source:
> - From "implements ResourceComponent" should convert into "extend MBeanResourceComponent" (like StatisticsComponent)
> - You might be able to reduce the code with the above change
> Base your work on what has been done in: https://svn.jboss.org/repos/jopr/trunk/modules/plugins/hibernate
> Test:
> - Test with AS6 admin console (drop the plugin jar into the plugins subdirectory in the admin console)
> - Test with RHQ
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list