Hi, I'm currently busy trying to update from an older version of Syncope to the 0.7.1 release and had a database problem, we are using MySQL, with the task table. In this table are two columns which gave problems, the htmlBody and textBody columns, which where of type varchar and length 255. I changed the NotificationTask class to make these columns CLOBS and now the insert problem disappears when a notificationtask is created. Is this a know problem?
Further I have a question about the Notifications, which information is available for the email templates? Is this the information which is available in the workflows scope? (if so then I can define the information in the workflow scope and use it in the email template I guess otherwise how do I get information in the template?) Br, Sarris
