Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
183 stars 47 forks source link

XSD issue with scim-for-keycloak-kc-16-b3.ear #46

Closed mmouly closed 2 years ago

mmouly commented 2 years ago

Hello,

Perhaps an error on my side because I'm new on this. Here is how I tried to deployed: 1/ Get v16.1.1 from https://www.keycloak.org/downloads.html 2/ Then pushed https://github.com/Captain-P-Goldfish/scim-for-keycloak/releases/download/kc-16-b3/scim-for-keycloak-kc-16-b3.ear on keycloak-16.1.1/standalone/deployments/

Deployment is failing and complaining on dbchangelog-3.9.xsd server.log

Captain-P-Goldfish commented 2 years ago

thats not your fault. Its mine.

The Release kc-16-b3 is also broken. I will add an integration-test that will prevent this in the future. For now you can stick to kc-16-b2 its also compatible with the current keycloak version 16.1.1

mmouly commented 2 years ago

many thanks Captain for the quick reply ;-)

emacdona commented 2 years ago

Just going to paste the complete error message here in case someone (like me) tries Googling for it :-)

Caused by: java.io.FileNotFoundException: /src/main/resources/META-INF/dbchangelog-3.9.xsd (No such file or directory)

Thanks, btw. This was exactly the problem I was having.

Captain-P-Goldfish commented 2 years ago

fixed in kc-16-b4