On 12/17/01 9:18 AM, "Kazandjian Erik" <[EMAIL PROTECTED]> wrote:
> How are job_id's created for scheduled jobs, because when we schedule a job > nothing is entered in the database and the compareTo method on jobentry > crashes on a nullPointerException because job_id == null; If you look at the schema template for the scheduler that is in fulcrum you will see that the idMethod="idbroker". Do you have the tables required for the idbroker setup? You could also change idMethod="native" if you want to use your preferred database's native method of generating Ids. Sequences in Oracle, or autoincrement in MySQL for example. > Erik > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
