Skip to content

Commit

Permalink
Merge pull request #1017 from michpetrov/hal-1947
Browse files Browse the repository at this point in the history
HAL-1947: fix timer-service attributes handling
  • Loading branch information
hpehl authored Dec 3, 2023
2 parents 0d17d07 + 26f63db commit 397d5ee
Showing 1 changed file with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,27 +212,7 @@
<metadata address="/{selected.profile}/subsystem=ejb3/service=timer-service">
<h1>Timer</h1>
<p>${metadata.getDescription().getDescription()}</p>
<form id="ejb3-service-timer-form" title="Timer" auto-save="true" reset="true">
<attributes>
<attribute name="default-data-store">
<suggest-handler>
<templates>
<!-- @formatter:off -->
<template address="/{selected.profile}/subsystem=ejb3/service=timer-service/database-data-store=*"/>
<template address="/{selected.profile}/subsystem=ejb3/service=timer-service/file-data-store=*"/>
<!-- @formatter:on -->
</templates>
</suggest-handler>
</attribute>
<attribute name="thread-pool-name">
<suggest-handler>
<templates>
<template address="/{selected.profile}/subsystem=ejb3/thread-pool=*"/>
</templates>
</suggest-handler>
</attribute>
</attributes>
</form>
<form id="ejb3-service-timer-form" title="Timer" auto-save="true" reset="true" />
</metadata>
</sub-item>
</item>
Expand Down

0 comments on commit 397d5ee

Please sign in to comment.