Use xmbeans. You can mark up your source with xdoclet tags and generate the xmbean xml descriptor using xdoclet.
You can also generate docbook xml with approximately the same info content and use this to generate an html or pdf manual describing the mbeans. (another xdoclet task. This is set up in the jboss build environment but no one uses it). This definitely works in jb4 (all transaction package mbeans are xmbeans generated using this technique) and I think it works fine in 3.2 also. My hope is that "soon" all jboss mbeans will be generated this way. However, no one has offered to help convert any others. david jencks On 2003.03.04 12:23 Eric Jain wrote: > I need to attach descriptions to attributes and operations of some > simple, unchanging MBeans. Is there any way to accomplish this (perhaps > through jboss-service.xml), without having to resort to manually > creating MBeanInfos? > > > -- > Eric Jain > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > > disoriented. TotalView can help you find your way. Available on major > UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
