]
Yeray Borges reassigned WFLY-11918:
-----------------------------------
Assignee: Yeray Borges (was: Brian Stansberry)
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: Yeray Borges
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}