Today I updated my version here and now I can't deploy it anymore, is it expected?
I'm using JBoss 7.1.1.Final.
I also extracted the adapter zip into the modules, it was all working, but today I have this message, and I can't quite sort out the problem:
14:27:50,537 ERROR [org.jboss.as] (MSC service thread 1-8) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 2271ms - Started 196 of 304 services (28 services failed or missing dependencies, 78 services are passive or on-demand)
14:27:50,739 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "auth-server.war" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" =>
["jboss.deployment.unit.\"auth-server.war\".WeldServicejboss.persistenceunit.\"auth-server.war#jpa-keycloak-audit-store\",
jboss.persistenceunit.\"auth-server.war#jpa-keycloak-identity-store\"Missing[jboss.deployment.unit.\"auth-server.war\".WeldServicejboss.persistenceunit.\"auth-server.war#jpa-keycloak-audit-store\",
jboss.persistenceunit.\"auth-server.war#jpa-keycloak-identity-store\"]"]}
and directly below that
JBAS014775: New missing/unsatisfied dependencies:
service jboss.persistenceunit."auth-server.war#jpa-keycloak-audit-store" (missing) dependents: [service jboss.deployment.unit."auth-server.war".WeldService]
service jboss.persistenceunit."auth-server.war#jpa-keycloak-identity-store" (missing) dependents: [service jboss.deployment.unit."auth-server.war".WeldService]
Did I do something wrong, or is this expected in the current code base? Perhaps there's something I can do to satisfy these dependencies
--