1. KeyNamingStrategy conflicts with @ManagedResource forum.springsource.orgWhen using jmx..KeyNamingStrategy together with org.springframework.jmx.export.annotation.Annotati onJmxAttributeSource the jmx-beans must declare the annotation jmx.export.annotation.ManagedResource. By itself this is expected, but ManagedResource requires the ObjectName property. This means that beans exported using ... |
2. @ManagedResource.currencyTimeLimit problems forum.springsource.orgThis may not be a spring problem, but... I have the method like: Code: @ManagedAttribute public String getFoo() {...} When I follow in the debugger, the currencyTimeLimit value of 0 gets ... |
3. No ManagedResource attribute found for class forum.springsource.orgJun 19th, 2006, 06:33 PM #1 Shirish View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 9 No ManagedResource attribute found for class HI , I ... |
4. @ManagedResource and @Autowire forum.springsource.orgI would like to autowire an object tagged as @ManagedResource by type using @Autowire. Is this possible and if so what would some sample code look like ? |
5. @ManagedResource showing up twice, one w/scopedTarget forum.springsource.orgI have a singleton bean implementing a service interface. I wanted a to 'statsEnabled' property managed Code: interface MessageService { void setStatsEnabled(boolean statsEnabled); boolean isStatsEnabled(); //service method omitted } @ManagedResource class ... |
6. Regarding the usage of @managedresource and @managedoperation for monitoring forum.springsource.orgHi All, Spring is having the extensive support for monitoring.Ex-@managedResource, @managedOperation e.t.c.I want to create my own annotation type example(isManagable) which will internally use spring monitoring API. Could any body please ... |