editor :  O'Grady

Failed to execute the [velocity] macro. Cause: [expecting ''', found '<EOF>' [select distinct doc.fullName, propYear.value from com.xpn.xwiki.doc.XWikiDocument as doc , com.xpn.xwiki.objects.BaseObject as objPub, com.xpn.xwiki.objects.LargeStringProperty as propAuthor, com.xpn.xwiki.objects.LargeStringProperty as propEditor, com.xpn.xwiki.objects.StringProperty as propStatus, com.xpn.xwiki.objects.DateProperty as propYear, com.xpn.xwiki.objects.StringProperty as accessProp, com.xpn.xwiki.objects.DBStringListProperty as propJournal join propJournal.list journal where objPub.name = doc.fullName and objPub.className = 'Publications.Class' and objPub.name <> 'Publication.Template' and propStatus.id.id = objPub.id and propStatus.name = 'status' and lower(propStatus.value) = 'published'  and accessProp.id.id = objPub.id and accessProp.name = 'access' and propJournal.id.id = objPub.id and propJournal.name = 'journal-venue' and journal <> ''  and accessProp.value <> 'hidden'  and propAuthor.id.id = objPub.id and propAuthor.name = 'author' and propAuthor.value = '' and propEditor.id.id = objPub.id and propEditor.name = 'editor' and propEditor.value like '%Michael J. O'Grady%'  and propYear.id.id = objPub.id and propYear.name = 'year' order by propYear.value desc]]. Click on this message for details.