]
Yeray Borges commented on WFLY-11918:
-------------------------------------
We are going to revert WFLY-11679 since this module is still used by keycloak.
We cannot remove org.jboss.metadata module from Wildfly until KEYCLOAK-9940 is done.
Keycloak adapter broken because of missing org.jboss.metadata module
--------------------------------------------------------------------
Key: WFLY-11918
URL:
https://issues.jboss.org/browse/WFLY-11918
Project: WildFly
Issue Type: Bug
Affects Versions: 17.0.0.Beta1
Reporter: Simon Priadka
Assignee: Brian Stansberry
Priority: Blocker
When trying to install keycloak-wildfly-subsystem described in [this
guide|https://www.keycloak.org/docs/3.0/getting_started/topics/secure-jbo...],
the install fails because of:
{code:java}
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed:
org.jboss.modules.ModuleLoadError: org.jboss.metadata",
"rolled-back" => true
}
{code}