Skip to content

Commit e42fc7f

Browse files
author
Evgeny Zaharchenko
committed
JMX bean name must include cuba.webContextName property #18
1 parent bd9c509 commit e42fc7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.cubaVersion = '6.9.3'
2+
ext.cubaVersion = '6.9.7'
33
repositories {
44
maven {
55
url 'https://repo.cuba-platform.com/content/groups/work'

modules/core/src/com/haulmont/addon/admintools/spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class="com.haulmont.cuba.core.sys.jmx.MBeanExporter">
1313
<property name="beans">
1414
<map>
15-
<entry key="cuba-at:type=TomcatCore"
15+
<entry key="${cuba.webContextName}.cuba-at:type=TomcatCore"
1616
value-ref="cuba-at_TomcatCoreMBean"/>
1717
</map>
1818
</property>

0 commit comments

Comments
 (0)