archenroot / myschedule

Automatically exported from code.google.com/p/myschedule
0 stars 0 forks source link

Prevent invalid scheduler settings file that has autoInit to fail the webapp startup #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When user enters a bad scheduler config settings, it would still saved, and if 
webapp is restarted it will fail. The workaround is to remove the 
.myschedule3/scheduler-config/<bad-file>.properties manually, or set 
autoInit=false. The MySchedule should prevent this in first place.

Original issue reported on code.google.com by saltnlight5 on 11 Jun 2013 at 10:44