We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9c509 commit e42fc7fCopy full SHA for e42fc7f
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.cubaVersion = '6.9.3'
+ ext.cubaVersion = '6.9.7'
3
repositories {
4
maven {
5
url 'https://repo.cuba-platform.com/content/groups/work'
modules/core/src/com/haulmont/addon/admintools/spring.xml
@@ -12,7 +12,7 @@
12
class="com.haulmont.cuba.core.sys.jmx.MBeanExporter">
13
<property name="beans">
14
<map>
15
- <entry key="cuba-at:type=TomcatCore"
+ <entry key="${cuba.webContextName}.cuba-at:type=TomcatCore"
16
value-ref="cuba-at_TomcatCoreMBean"/>
17
</map>
18
</property>
0 commit comments