|
| 1 | +<?xml version="1.0" ?> |
| 2 | + |
| 3 | +<config xmlns="urn:jboss:galleon:config:1.0" name="standalone-microprofile-ha.xml" model="standalone"> |
| 4 | + |
| 5 | + <!-- sso packages --> |
| 6 | + <feature-group name="sso"/> |
| 7 | + |
| 8 | + <exclude feature-id="core-service.management.security-realm.server-identity.ssl:security-realm=ApplicationRealm"/> |
| 9 | + |
| 10 | + <exclude feature-id="subsystem.logging.pattern-formatter:pattern-formatter=PATTERN"/> |
| 11 | + <exclude feature-id="subsystem.logging.periodic-rotating-file-handler:periodic-rotating-file-handler=FILE"/> |
| 12 | + |
| 13 | + |
| 14 | + <exclude feature-id="subsystem.datasources.data-source:data-source=ExampleDS"/> |
| 15 | + <feature spec="subsystem.ee.service.default-bindings"> |
| 16 | + <unset param="datasource"/> |
| 17 | + </feature> |
| 18 | + <exclude spec="subsystem.microprofile-opentracing-smallrye"/> |
| 19 | + |
| 20 | + <!-- jgroups --> |
| 21 | + <exclude spec="subsystem.jgroups.channel"/> |
| 22 | + <feature spec="subsystem.jgroups.channel"> |
| 23 | + <param name="channel" value="ee"/> |
| 24 | + <param name="stack" value="tcp"/> |
| 25 | + <unset param="cluster"/> |
| 26 | + </feature> |
| 27 | + <feature spec="subsystem.jgroups.stack.protocol.FD_SOCK"> |
| 28 | + <param name="stack" value="udp"/> |
| 29 | + <unset param="socket-binding"/> |
| 30 | + </feature> |
| 31 | + <feature spec="subsystem.jgroups.stack.protocol.FD_SOCK"> |
| 32 | + <param name="stack" value="tcp"/> |
| 33 | + <unset param="socket-binding"/> |
| 34 | + </feature> |
| 35 | + <exclude feature-id="subsystem.jgroups.stack.protocol:stack=udp,protocol=PING"/> |
| 36 | + <exclude feature-id="subsystem.jgroups.stack.protocol.MPING:stack=tcp"/> |
| 37 | + |
| 38 | + <!-- we need to reconstruct to remove jgroups and ajp --> |
| 39 | + <exclude spec="socket-binding-group.socket-binding"/> |
| 40 | + <feature spec="socket-binding-group"> |
| 41 | + <param name="socket-binding-group" value="standard-sockets" /> |
| 42 | + <param name="port-offset" value="0"/> |
| 43 | + <param name="default-interface" value="public"/> |
| 44 | + <feature-group name="standalone-sockets"> |
| 45 | + <exclude feature-id="socket-binding-group.socket-binding:name=standard-sockets,socket-binding=ajp"/> |
| 46 | + <!-- we don't want it in mp --> |
| 47 | + <exclude feature-id="socket-binding-group.remote-destination-outbound-socket-binding:name=standard-sockets,remote-destination-outbound-socket-binding=mail-smtp"/> |
| 48 | + </feature-group> |
| 49 | + <feature-group name="jgroups-sockets"> |
| 50 | + <exclude feature-id="socket-binding-group.socket-binding:name=standard-sockets,socket-binding=jgroups-udp-fd"/> |
| 51 | + <exclude feature-id="socket-binding-group.socket-binding:name=standard-sockets,socket-binding=jgroups-tcp-fd"/> |
| 52 | + </feature-group> |
| 53 | + </feature> |
| 54 | + |
| 55 | + <!-- inifinispan web hibernate cache-container changes --> |
| 56 | + <feature-group name="os-infinispan-web-repl-cache"/> |
| 57 | + <feature-group name="os-infinispan-hibernate"/> |
| 58 | + |
| 59 | + |
| 60 | + <exclude feature-id="subsystem.undertow.server.https-listener:server=default-server,https-listener=https"/> |
| 61 | + |
| 62 | +</config> |
0 commit comments