A couple of days ago I mailed about a problem with the schedule in 1.2.3
I was not sure if this is specific to my set up or a bug.
What appears to be happening is that the process which creates the scheduled job (and persists it in the jobs.xml file pub/default/config/scheduler/jobs.xml) creates elements prefixed with task (ie <task:task> or task:parameter). However jobs.xml does not map the prefix to a namespace and the rest of lenya which I'm guessing reads jobs.xml, do not understand these prefixed elements. Hence the errors (example snippet below)
Has anyone come across this problem. Any ideas what is wrong would be greatly appreciated.
Cheers Lee C
env a.. tomcat 5.0.28 b.. jre version: 1.4.1_01 c.. lenya bin 1.2.3 d.. Linux , architecture: i386 , version: 2.4.7-10.um.1
[Fatal Error] jobs.xml:5:12: The prefix "task" for element "task:task" is not bound.
ERROR [main] (SchedulerWrapper.java:459) - Restoring jobs failed:
org.quartz.SchedulerException: org.xml.sax.SAXParseException: The prefix "task" for element "task:task" is not bound. [See nested exception: org.xml.sax.SAXParseException: The prefix "task" for element "task:task" is not bound.]
at org.apache.lenya.cms.scheduler.SchedulerStore.getJobElements(SchedulerStore.java:302)
at org.apache.lenya.cms.scheduler.SchedulerStore.restoreJobs(SchedulerStore.java:192)
at org.apache.lenya.cms.scheduler.SchedulerWrapper.restoreJobs(SchedulerWrapper.java:444)
at org.apache.lenya.cms.scheduler.LoadQuartzServlet.restoreJobs(LoadQuartzServlet.java:369)
at org.apache.lenya.cms.scheduler.LoadQuartzServlet.process(LoadQuartzServlet.java:135)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
