[jboss-dev-forums] [Design of POJO Server] - Re: JSR77 View
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Oct 9 14:18:50 EDT 2008
Its the tree of mbeans found in the jbossas/management project in the org.jboss.management.j2ee package. We had discussed making this part of the management interface by adding support for the location of the ManagedDeployment/ManagedComponent in the jsr77 mbean namespace so that the jsr77 view was just a derivative of the profile service mangement view.
That requires:
- Updating jboss-managed to have an additional jsr77 name component.
- Getting management annotation on all ear/ejb/war/car/rar deployer metadata
- Create a JSR77Deployer that outputs the ServiceMetaData for the jsr77 mbeans.
If we just want to get the basic jsr77 mbean structure that shows the component names, the JSR77Deployer could just be written to map a deployment attachment type to a jsr77 mbean from the org.jboss.management.j2ee package creating the name from the deployment metadata.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181313#4181313
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181313
More information about the jboss-dev-forums
mailing list