You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to create simple etl program using jberet and thorntail. I have created project and delivered code but I don't know how to configure database connection that will be using in property . I have configured connection to database in project-defaults.yml file like:
swarm:
datasources:
data-sources:
my_datasource:
driver-name: oracle
.....
It work's fine as jpa datasoure bo how to use it in batch xml file.
Regards
sw
The text was updated successfully, but these errors were encountered:
Hello,
I would like to create simple etl program using jberet and thorntail. I have created project and delivered code but I don't know how to configure database connection that will be using in property . I have configured connection to database in project-defaults.yml file like:
swarm:
datasources:
data-sources:
my_datasource:
driver-name: oracle
.....
It work's fine as jpa datasoure bo how to use it in batch xml file.
Regards
sw
The text was updated successfully, but these errors were encountered: