DriverHelper
net.comactivity.core.db.helpers.DriverHelper
getQuotedTableName
This was deprecated due to Catalog support in Comflow 2.18, and has now been removed entirely.
Removed
getQuotedTableName(schemaName, tableName)
Replace With
org.apache.cxf.service.model.SchemaInfo
getQuotedTableName(new SchemaInfo(null, schemaName), tableName)