Wildfly 中可用图层的完整列表

Ole*_*sak 5 java wildfly jakarta-ee

最近 Wildfly 项目推出了一款 galleon 应用程序,它允许创建较小的应用程序服务器。但我找不到可用层的完整列表。

医生建议:

galleon.sh install wildfly:current --dir=my-wildfly-server --layers=cdi,jaxrs
Run Code Online (Sandbox Code Playgroud)

操作完成得很好,但由此产生的 Wildfly 并没有真正引发我的 SOAP 战争。

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")
Run Code Online (Sandbox Code Playgroud)

这场战争与完整的 Wildfly 配合得很好。WSDL 可用,服务正在运行。

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

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

jea*_*ise 3

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

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

更新:从 WildFly 21 开始,我们有一个 Web 服务层。WildFly 26 的 Galleon 图层列表如下:https://docs.wildfly.org/26/Bootable_Guide.html#wildfly_layers JF