Skip to content

Commit

Permalink
Merge pull request #394 from jfdenise/main
Browse files Browse the repository at this point in the history
Fix for #393, jboss.tx.node.id has no default value
  • Loading branch information
jfdenise authored Sep 11, 2023
2 parents 257b66a + 53c12ad commit 458a914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature-group-spec name="os-tx-recovery" xmlns="urn:jboss:galleon:feature-group:1.0">
<feature spec="subsystem.transactions">
<param name="node-identifier" value="${jboss.tx.node.id}"/>
<param name="node-identifier" value="${jboss.tx.node.id:1}"/>
<param name="recovery-listener" value="true"/>
</feature>
</feature-group-spec>

0 comments on commit 458a914

Please sign in to comment.