Ok finally got it working but it feels like a ugly hack. Since instrumented Spring was exporting in the *first* MBeanServer it found (toyed with management.config but it didn't help), I configured...
Type: Posts; User: omartin; Keyword(s):
Ok finally got it working but it feels like a ugly hack. Since instrumented Spring was exporting in the *first* MBeanServer it found (toyed with management.config but it didn't help), I configured...
Ok just found out that this XML configuration is irrelevant, the instrumented version of Spring automatically exports itself to an MBeanServer.
However when JMX remote is activated this is the...
Hi all,
Thanks for all the help I got here, but I'm still stuck with the following problems : I can't have both the JVM metrics and the managed Spring metrics at the same time in AMS (cf...
@jencompgeek you rock!
Activating the remote JMX options on the JVM indeed prevented the spring.application MBean to show up in JBoss' JMX console. It works now.
Last question : how should I...
Hmm I dont see the spring.application domain in the JBoss' JMX console this could be it, thanks for the tip I'm gonna investigate.
Thanks jencompgeek for your answer, but I still can't make it work...
It's fine with tc Server (of course) : I can see my Spring Web application and monitor it but no luck with JBoss.
So far...
OK I really don't get it, the jmxUrl seems fine with something like http://localhost:8080 (so I assume it gets info from the monitoring servlet) but yields an error with an URL like...
Hello,
I'm trying to import via JMX the metrics JMX metrics from the embedded Tomcat6 webapps. I use an instrumented version of Spring and thus would like to import it into AMS.
Specifically...
Yes the transaction is specified as REQUIRED and I inlined the target :)
Well thanks for your explanation!
I'm gonna stick with those "doubled" proxies since only one real transaction is open.
Hello,
Just wondering how should I handle the case of embedded services, all with transaction support... (My apologies if this is the wrong forum but since it relates to transaction using AOP...)...