I was trying to make Scarab run with MS SQL but my driver JDBC wasn�t being recognized. After looking around for a while and downloading the CVS sources for torque-3.0. I found that in org.apache.torque.adapter.DBFactory there is a map with the databases and the available drivers. This mapping didn�t seem to be there in the previous versions and I don�t think it should be hardcoded since it makes you loose the flexibility to use your favorite JDBC driver.
�What is the purpose of the new version? �Shouldn't we go back to the previous configurable adapters? This used to work in TurbineResources.properties: services.DatabaseServices.database.adaptor=DBMSSQL services.DatabaseServices.database.DBMSQL=com.jnetdirect.jsql.JSQLDriver -- Humberto -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
