Hello,
I understand how to expose MBean using Spring. If I want to see the MBean in the jmx console of jboss do I need to use Spring MVC ?
Type: Posts; User: cseguino; Keyword(s):
Hello,
I understand how to expose MBean using Spring. If I want to see the MBean in the jmx console of jboss do I need to use Spring MVC ?
The solution can be found here :
http://forum.springsource.org/showthread.php?t=92117
Hello,
I'm reading Spring in Action (2.0) and I'm trying to setup an AOP example.
The code is executed without exception but the code in aop is not called.
I attach my eclipse project.
The...