https://issues.apache.org/bugzilla/show_bug.cgi?id=49234

--- Comment #13 from Mark Thomas <ma...@apache.org> 2010-05-19 12:25:07 EDT ---
(In reply to comment #10)
> It seems that o.a.Catalina.Core descriptor has got operations containing POJO
> objects instead of primitive types which make them inaccessible via JConsole.
> Was this intended or does any one have suggestions for handling POJO object
> parameters in mbean descriptors in general?

I don't think there is a one size fits all solution to this. Options include:
- provide a reference to the associated MBean
- add MBean support to the object and then add a reference
- remove them from the descriptor
- provide methods that use primitives to achieve the same ends
- something else

You may want to ask for feedback on the dev list before you start making too
many changes for this.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to