On 01/05/2012 13:28, Sarris Overbosch | Everett wrote: > 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?
Yes: see SYNCOPE-40 [1]: it's fixed in the trunk, so will be released with next release 1.0.0-incubating. > 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?) These aspect were covered in SYNCOPE-53 [2] (again fixed in the trunk and available with next release): in the version you are running, only user attributes used to be available for use within the template body. Regards. [1] https://issues.apache.org/jira/browse/SYNCOPE-40 [2] https://issues.apache.org/jira/browse/SYNCOPE-53 <https://issues.apache.org/jira/browse/SYNCOPE-40> -- Francesco Chicchiriccò Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/
