massdosage / citrine-scheduler

Java web application which can be used to configure, manage and monitor the running of various tasks
Apache License 2.0
4 stars 4 forks source link

notifyOnFailure is null in default data #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use your dang project.
2. Run the base_data.sql to create some tasks
3. start tomcat

What is the expected output? What do you see instead?

I expected it to, I don't know, WORK MAYBE!?!?!  Instead I got an error output 
longer than James Joyce's Ulysses.  Looks like default for notifyOnFailure is 
null, which it can't convert to a boolean because Java is stupid.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Attached a patch for your lazy asses.

Original issue reported on code.google.com by geezfine...@gmail.com on 8 Sep 2010 at 11:20

Attachments:

GoogleCodeExporter commented 9 years ago
Amusing bug report. Have added notifyOnFailure with a default value of true to 
the base_data.sql script. The problem here isn't laziness, just too much other 
stuff to do. This will go live in the next version of citrine (>4.0.1)

Original comment by massdosage on 10 Sep 2010 at 4:33