Wildfly 中可用层的完整列表

Complete list of layers available in Wildfly

最近 Wildfly 项目引入了一个 galleon 应用程序,它允许创建更小的应用程序服务器。但是我找不到可用图层的完整列表。

文档建议:

galleon.sh install wildfly:current --dir=my-wildfly-server --layers=cdi,jaxrs

操作顺利完成,但生成的 Wildfly 并没有真正启动我的 SOAP war。

13:33:25,243 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0001: Content added at location /opt/wf/soap/standalone/data/content/01/a5f89d915b85b778b64fcf071d45f0efa84f0b/content
13:33:25,261 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "soap01.war" (runtime-name: "soap01.war")
13:33:26,032 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/soap01' for server 'default-server'
13:33:26,060 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed "soap01.war" (runtime-name : "soap01.war")

此 war 适用于完整的 Wildfly。 WSDL 可用,服务正常。

没有名为jaxws的层,所以我猜jaxrs没问题。

SOAP 只是一个例子,如果能看到完整的层列表就好了。

我们没有网络服务层。这是我们可以添加的内容。可以在此处找到完整的图层列表:http://docs.wildfly.org/16/Admin_Guide.html#Galleon_Provisioning

我刚刚创建了 https://issues.jboss.org/browse/WFLY-11795 来跟踪此要求。

更新:从 WildFly 21 开始,我们有一个网络服务层。那里有 WildFly 26 的 Galleon 图层列表:https://docs.wildfly.org/26/Bootable_Guide.html#wildfly_layers 杰夫

似乎接受的答案对于更高版本不正确。但是,这里至少提供了 Wildfly 25 层:https://docs.wildfly.org/25/Bootable_Guide.html

我希望您能在类似的位置找到一些早期版本。