Skip to content

Commit

Permalink
JMX bean name must include cuba.webContextName property #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Zaharchenko committed Oct 23, 2018
1 parent bd9c509 commit e42fc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.cubaVersion = '6.9.3'
ext.cubaVersion = '6.9.7'
repositories {
maven {
url 'https://repo.cuba-platform.com/content/groups/work'
Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/com/haulmont/addon/admintools/spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="com.haulmont.cuba.core.sys.jmx.MBeanExporter">
<property name="beans">
<map>
<entry key="cuba-at:type=TomcatCore"
<entry key="${cuba.webContextName}.cuba-at:type=TomcatCore"
value-ref="cuba-at_TomcatCoreMBean"/>
</map>
</property>
Expand Down

0 comments on commit e42fc7f

Please sign in to comment.