Hi !
I am migrating existing Thorntail applications to WildFly using the WF bootable JAR plugin.
Some application are connected to databases.
For Oracle datasource in the current Thorntail implementation, a module directory is defined in src/main/resources/
This directory contains 2 files:
-module.xml
-ojdbc8.jar
The same technic is used for other type of databases. Obviously it is working fine with Thorntail but I was wondering if the same kind of technic is possible with WF bootable JAR.
Thanks in advance for your advises!
BR,
Marc