Skip to content

Instantly share code, notes, and snippets.

@jfdenise
Last active April 28, 2023 12:11
Show Gist options
  • Save jfdenise/a5088d1140a604c13b0665b62d3ecc4a to your computer and use it in GitHub Desktop.
Save jfdenise/a5088d1140a604c13b0665b62d3ecc4a to your computer and use it in GitHub Desktop.
java -jar glow.jar frdemo-backend.war
feature-packs
org.wildfly:wildfly-galleon-pack:28.0.0.Final-SNAPSHOT</location>
layers
jaxrs-server
microprofile-reactive-messaging-kafka
ejb-lite
According to the discovered layers, the following Add-ons have been enabled:
- kafka
- wildfly-cli
identified errors
* Unbounded datasources : java:/FRDemoDS
To correct this error, enable and configure one of the following add-ons:
- postgresql
- mysql
suggestions
* you could enable add-ons:
- h2-database
- hal-web-console
- hibernate-search
- mysql : To configure the mysql datasource, check the documentation in https://github.com/wildfly-extras/wildfly-datasources-galleon-pack/blob/main/doc/mysql/README.md
- openapi
- postgresql : To configure the postgresql datasource, check the documentation in https://github.com/wildfly-extras/wildfly-datasources-galleon-pack/blob/main/doc/postgresql/README.md
* you could enable profiles:
- ha
disabled add-ons
none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment