wildfly / wildfly-glow

Galleon Layers Output from War: Automatic discover of WildFly provisioning information from an application.
Apache License 2.0
7 stars 5 forks source link

java:comp/DefaultDataSource is not recognized by WildFly Glow #7

Closed jfdenise closed 9 months ago

jfdenise commented 9 months ago

When this ds is encountered, and no layer brings it (that should be always the case) error detection should propose one of the datasource default add-on to fix it (suc as h2-database:default, postgresql:default, ...). By selecting one of these add-ons, the error will get fixed.