diff -r c7c26511138f -r 7c4a911dc066 buildframework/helium/tools/common/templates/db2xml.xml.ftl --- a/buildframework/helium/tools/common/templates/db2xml.xml.ftl Wed Jun 16 16:51:40 2010 +0300 +++ b/buildframework/helium/tools/common/templates/db2xml.xml.ftl Fri Aug 13 14:59:05 2010 +0300 @@ -24,8 +24,8 @@ -<#list table_info['select * from metadata INNER JOIN logfiles ON logfiles.id=metadata.logpath_id INNER JOIN priority ON priority.id=metadata.priority_id where priority=\'ERROR\' and path like \'${r\'%\'}${log}\''] as recordentry > - +<#list table_info['select * from metadata INNER JOIN logfiles ON logfiles.id=metadata.logfile_id INNER JOIN severity ON severity.id=metadata.severity_id where severity=\'ERROR\' and path like \'${r\'%\'}${log}\''] as recordentry > +