Reading the CloverETL Javadoc, I don’t see a way to construct an org.jetel.connection.jdbc.DBConnection from a javax.sql.DataSource.
I’d like to invoke the CloverETL engine from a Java class, but I’d like to use a javax.sql.DataSource as, well, my datasource. From the javaDoc, it seems that the only way to construct an org.jetel.connection.jdbc.DBConnection is by passing a java.util.Properties instance or a config filename.
What am I doing wrong?
Thanks.