Skip to content

Commit

Permalink
Remove remoting worker
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jun 3, 2022
1 parent 70f7903 commit ab0b327
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Expand Up @@ -33,6 +33,12 @@

<feature-group name="undertow-default-config"/>

<feature spec="subsystem.remoting">
<feature spec="subsystem.remoting.configuration.endpoint">
<unset param="worker"/>
</feature>
</feature>

<feature-group name="ejb3-mdb-pool"/>
<feature-group name="ejb3-remote-service"/>

Expand Down
Expand Up @@ -28,7 +28,13 @@
</layers>

<feature-group name="undertow-default-config"/>


<feature spec="subsystem.remoting">
<feature spec="subsystem.remoting.configuration.endpoint">
<unset param="worker"/>
</feature>
</feature>

<feature-group name="ejb3-mdb-pool"/>
<feature-group name="ejb3-remote-service"/>

Expand Down
Expand Up @@ -36,6 +36,12 @@

<feature-group name="undertow-default-config"/>

<feature spec="subsystem.remoting">
<feature spec="subsystem.remoting.configuration.endpoint">
<unset param="worker"/>
</feature>
</feature>

<feature-group name="ejb3-mdb-pool"/>
<feature-group name="ejb3-remote-service"/>

Expand Down
Expand Up @@ -30,6 +30,12 @@

<feature-group name="undertow-default-config"/>

<feature spec="subsystem.remoting">
<feature spec="subsystem.remoting.configuration.endpoint">
<unset param="worker"/>
</feature>
</feature>

<feature-group name="ejb3-mdb-pool"/>
<feature-group name="ejb3-remote-service"/>

Expand Down

0 comments on commit ab0b327

Please sign in to comment.