https://issues.apache.org/bugzilla/show_bug.cgi?id=49234
--- Comment #63 from chamith buddhika <chamibuddh...@gmail.com> 2010-07-16 06:58:14 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? For this I was considering to use a separate MBean whose methods would take an oname of the respective component as a string. But it seems currently there is no facility (in the Registry) to obtain the associated resource object given the oname of a component. Alternatively it is possible to create a component from a scratch within the mbean method in add methods. But remove methods still requires obtaining the resource from the corresponding oname. Am I missing some thing here? -- 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