Provides a Galleon feature pack for use in provisioning installations for testsuite use.
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-test-feature-pack</artifactId>
<version>38.0.0.Final</version>
</dependency>
<feature-pack>
<location>org.wildfly:wildfly-test-feature-pack:38.0.0.Final</location>
</feature-pack>
{
"subsystem" : {
"elytron" : {
"_address" : "/subsystem=elytron",
"http-authentication-factory" : {
"ejb-http-authentication" : {
"_address" : "/subsystem=elytron/http-authentication-factory=*",
"attributes" : [ {
"name" : "http-server-mechanism-factory",
"value" : "global",
"_address" : "/subsystem=elytron/http-authentication-factory=*@@@http-server-mechanism-factory"
}, {
"name" : "mechanism-configurations",
"value" : "[{mechanism-name=BASIC}]",
"_address" : "/subsystem=elytron/http-authentication-factory=*@@@mechanism-configurations"
}, {
"name" : "security-domain",
"value" : "ApplicationDomain",
"_address" : "/subsystem=elytron/http-authentication-factory=*@@@security-domain"
} ]
}
}
},
"undertow" : {
"_address" : "/subsystem=undertow",
"server" : {
"default-server" : {
"_address" : "/subsystem=undertow/server=*",
"host" : {
"default-host" : {
"_address" : "/subsystem=undertow/server=*/host=*",
"setting" : {
"http-invoker" : {
"_address" : "/subsystem=undertow/server=*/host=*/setting=http-invoker",
"attributes" : [ {
"name" : "http-authentication-factory",
"value" : "ejb-http-authentication",
"_address" : "/subsystem=undertow/server=*/host=*/setting=http-invoker@@@http-authentication-factory"
} ]
}
}
}
}
}
}
}
}
}
{
"subsystem" : {
"ee" : {
"_address" : "/subsystem=ee",
"attributes" : [ {
"name" : "annotation-property-replacement",
"value" : "true",
"_address" : "/subsystem=ee@@@annotation-property-replacement"
} ]
},
"messaging-activemq" : {
"_address" : "/subsystem=messaging-activemq",
"connection-factory" : {
"RemoteConnectionFactory," : {
"_address" : "/subsystem=messaging-activemq/connection-factory=*",
"attributes" : [ {
"name" : "connectors",
"value" : "[artemis]",
"_address" : "/subsystem=messaging-activemq/connection-factory=*@@@connectors"
}, {
"name" : "entries",
"value" : "[java:/ConnectionFactory,java:jboss/exported/jms/RemoteConnectionFactory]",
"_address" : "/subsystem=messaging-activemq/connection-factory=*@@@entries"
} ]
}
}
}
},
"system-property" : {
"org.jboss.messaging.default-connector" : {
"_address" : "/system-property=*",
"attributes" : [ {
"name" : "value",
"value" : "artemis",
"_address" : "/system-property=*@@@value"
} ]
}
}
}
remote-activemq
- required
{
"subsystem" : {
"naming" : {
"_address" : "/subsystem=naming",
"service" : {
"remote-naming" : {
"_address" : "/subsystem=naming/service=remote-naming"
}
}
}
}
}
naming
- required
This feature pack is hosted at https://wildfly.org
Source code of this feature pack is hosted at https://github.com/wildfly/wildfly
This feature pack is licensed under: