Hello,
I'm just testing Spring JMX in my JBoss AS, and it works perfect.
Nevertheless, I have some questions : when I modify a MBean, for which instance is it available ?
I mean, I have a JSF webapp in which I have declared a managed-bean as a MBean.
I change a value, but when I go back to my webapp, I don't see the modification has been done.
So, what have I got to do for that ?
Should I declare my bean not as a singleton but as a prototype ? Can I do this ?
Can someone help me ?
Thanks in advance.
bgOnline


Reply With Quote