Exception during lifecycle processing org.glassfish.deployment.common.DeploymentException: CDI deployment failure:Unable to cast config source to type class io.smallrye.config.SmallRyeConfig -- Unable to cast config source to type class io.smallrye.config.SmallRyeConfigBug Report: #6548
Labels
Type: Bug
Label issue as a bug defect
Brief Summary
Same setup: https://github.com/urbandroid/graphql-jakarta/tree/debug
works for Wildfly and OpenLiberty but fails for Payara i think it is a bug from payara side.
Using
payara/server-full docker image.
Error at deployment:
Expected Outcome
Deployment should complete without an error and
curl -X POST -H "Content-Type: application/json" -d '{"query": "query { hello }"}' http://localhost:8080/deneme2-web/graphql/test
should return "hello"
Current Outcome
Reproducer
https://github.com/urbandroid/graphql-jakarta/tree/debug
mvn clean install
Operating System
ubuntu 20.04
JDK Version
openjdk version "21.0.1" 2023-10-17 LTS
Payara Distribution
Payara Server Full Profile
The text was updated successfully, but these errors were encountered: