This content has been marked as final.
Show 2 replies
-
1. Re: Access MC beans from web service
alesj May 24, 2012 5:15 AM (in response to vlady.rafael)1 of 1 people found this helpfulApart from static hack with KernelLocator, this is probably the best you can do -- but you need access to ServletContext:
-
2. Re: Access MC beans from web service
vlady.rafael May 24, 2012 9:52 PM (in response to alesj)Thanks, I will try this.
I thought about another idea to achieve the connection. I can implement the actual logic as an MC bean exposing it as JMX MBean so that the web service will just have to invoke it.