While trying to use Spring JMX on Java SE 5.0 as follows:
final MBeanServer mbs = (MBeanServer) context.getBean("mbeanServer");
final JMXServiceURL url = new...
Type: Posts; User: a programmer; Keyword(s):
While trying to use Spring JMX on Java SE 5.0 as follows:
final MBeanServer mbs = (MBeanServer) context.getBean("mbeanServer");
final JMXServiceURL url = new...
Hi, I'm trying to use JbpmTemplate.findTaskInstances(String) to find tasks, but the list returned is empty.
I know that the task is there because it appears in the collection returned by this: ...