Hello, A) in the Lenya 1.2.x components documentation is a mistake concerning MailTask action (http://lenya.apache.org/1_2_x/components/tasks/mailtask.html).
In the section "Declaring and Using MailTask" the line <task id="send-newsletter" class="org.lenya.cms.mail.MailTask"> Should be instead <task id="send-newsletter" class="org.apache.lenya.cms.mail.MailTask"> B) By the way, where is the Scheduler Section, that is named here: http://lenya.apache.org/1_2_x/components/tasks/scheduling.html ? C) Then, the MailTask is only working when I write my own sendMail-method (in class org.apache.lenya.cms.mail.MailTask) using mail-api.jar. I could post my code, if somebody is interested and if I did not miss something about the mailing system. D) Notifications about scheduled tasks do not work either. E) In http://lenya.apache.org/1_2_x/components/tasks/mailtask.html there is a description of how to use an XML document as parameter resource for MailTask. But how could I create such a document in Lenya? When I try to do this, Lenya will not acceppt the pure XML code because auf XML namespace issues. Sincerely Johannes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
