Description
Currently, a schema for a database is configured via the dsfactory, e.g.
torque.dsfactory.oracle.schema=orschema
The schema should instead be configurated via the database:
torque.database.oracle.schema=orschema
The configuration via dsfactory shoul still work, but print a warning to the log ans will be removed in a future version of Torque.