dlr 01/08/20 20:33:46 Modified: conf Fulcrum.properties Log: Corrected spelling (adpator -> adapter). Handled both cases in Torque. Revision Changes Path 1.2 +3 -3 jakarta-turbine-3/conf/Fulcrum.properties Index: Fulcrum.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-3/conf/Fulcrum.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- Fulcrum.properties 2001/08/16 04:41:25 1.1 +++ Fulcrum.properties 2001/08/21 03:33:46 1.2 @@ -82,11 +82,11 @@ services.DatabaseService.database.logInterval=0 # These are the supported JDBC drivers and their associated Turbine -# adaptor. These properties are used by the DBFactory. You can add +# adapter. These properties are used by the DBFactory. You can add # all the drivers you want here. -services.DatabaseService.database.adaptor=DBMM -services.DatabaseService.database.adaptor.DBMM=org.gjt.mm.mysql.Driver +services.DatabaseService.database.adapter=DBMM +services.DatabaseService.database.adapter.DBMM=org.gjt.mm.mysql.Driver # Determines if the quantity column of the IDBroker's id_table should # be increased automatically if requests for ids reaches a high --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
