NitorCreations / nflow

Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.
196 stars 37 forks source link

Oracle now has jdbc driver in maven repo and at least some commonly used xe db in docker hub. #558

Closed gmokki closed 2 years ago

gmokki commented 2 years ago

I first tried with the official oracle xe docker image from here: https://container-registry.oracle.com/ords/f?p=113:4:8599516864664:::4:P4_REPOSITORY,AI_REPOSITORY,AI_REPOSITORY_NAME,P4_REPOSITORY_NAME,P4_EULA_ID,P4_BUSINESS_AREA_ID:803,803,Oracle%20Database%20Express%20Edition,Oracle%20Database%20Express%20Edition,1,0&cs=3VNb-DExMb_jEYiR4HbMvaPuI7zLe1hTekTLgQWlniKig4Dcl12Spn7ggawIAyf7KkZ09wnGKTn5iyGOX1_b79w

Managed to get it running, but never managed to connect to it using jdbc from outside the docker.