Hi Again

I fixed problem number 2 here if someone could commit it to CVS for me.

In TurbineMapBuilder.doBuild in

// Add Jobentry columns

The following entry is missing
tMap = dbMap.getTable(getTableJobentry());
tMap.setPrimaryKeyMethod(TableMap.IDBROKERTABLE);
tMap.addPrimaryKey(getJobId(), integer);
-------------------------------------------------------
tMap.addColumn(getSecond(), integer);
---------------------------------------------------------
tMap.addColumn(getMinute(), integer);
tMap.addColumn(getHour(), integer);
tMap.addColumn(getWeekday(), integer);
tMap.addColumn(getDayOfMonth(), integer);
tMap.addColumn(getTask(), string);
tMap.addColumn(getEmail(), string);

-----Original Message-----
From: Steve McNally [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 12, 2001 9:59 AM
To: 'Turbine'
Subject: JobEntry.save() errors


Hi all

I have been doing some work with the scheduler recently and have come across
two problems here.

1. The id_table in the database has no entry for turbine_scheduled_job
causing the save to fail.
2. When you do a JobEntry.save() the seconds value stored in the DB is
always -1. Has anyone come accross this problem or does anyone have any
ideas

Cheers

Steve




------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to