xwikisas / application-flashmessages

Allow you to create flash messages aiming at one or multiple local groups
0 stars 2 forks source link

Many warnings in the xwiki console when working with the Flash messages app #39

Closed ane-gabriela closed 5 years ago

ane-gabriela commented 5 years ago

While accessing and creating new Flash messages many warnings appear in the XWiki console:

Environment: Windows 10, XWiki 11.5 with MySQL 5.7 and Edge 18

2019-07-22 11:52:58,270 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 11:52:58,304 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 11:52:58,321 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 11:52:58,329 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 11:57:02,072 [http://localhost:8080/xwiki/bin/edit/Flash/Flash%201?template=Flash.FlashTemplate&parent=Flash.WebHome&title=Flash+1] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 88:xwiki:Flash.FlashSheet@5,15 2019-07-22 11:57:38,102 [http://localhost:8080/xwiki/bin/view/Flash/Flash%201] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 88:xwiki:Flash.FlashSheet@5,15 2019-07-22 11:57:42,580 [http://localhost:8080/xwiki/bin/view/Flash/Flash%201] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 17:xwiki:Flash.FlashSheet@5,15 2019-07-22 11:57:46,349 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 11:57:46,355 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 11:57:46,360 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 11:57:46,367 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 11:59:51,592 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 11:59:51,597 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 11:59:51,602 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 11:59:51,607 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:00:00,592 [http://localhost:8080/xwiki/bin/edit/Flash/Flash%202?template=Flash.FlashTemplate&parent=Flash.WebHome&title=Flash+2] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 22:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:00:24,311 [http://localhost:8080/xwiki/bin/view/Flash/Flash%202] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 273:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:18:45,376 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:18:45,381 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:18:45,387 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 12:18:45,392 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:18:56,874 [http://localhost:8080/xwiki/bin/edit/Flash/Test%203?template=Flash.FlashTemplate&parent=Flash.WebHome&title=Test+3] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 220:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:19:26,530 [http://localhost:8080/xwiki/bin/view/Flash/Test%203] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 292:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:19:33,100 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:19:33,111 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:19:33,117 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 12:19:33,126 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:19:47,517 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:19:47,522 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:19:47,528 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 12:19:47,534 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:22:12,702 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:22:12,707 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:22:12,713 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 12:22:12,720 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:32:52,874 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:32:52,881 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:32:52,888 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 12:32:52,891 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:52:17,385 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:52:17,392 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and (tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-07-22 12:52:17,398 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) order by lower(doc.title) asc, doc.title asc] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) order by lower(doc.title) asc, doc.title asc] 2019-07-22 12:52:17,403 [http://localhost:8080/xwiki/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=flash.livetable.&classname=Flash.FlashClass&collist=doc.title%2CdateBegin%2CdateEnd%2Cmessage%2Cdoc.date%2Cgroups&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1&sort=doc.title&dir=asc] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (?); use JPA-style ordinal parameters (e.g.,?1) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) )) ] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.hidden <> true or doc.hidden is null) and ((doc.language is null or doc.language = '' or doc.language = 'en') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) )) ] 2019-07-22 12:52:24,349 [http://localhost:8080/xwiki/bin/edit/Flash/Flash%204?template=Flash.FlashTemplate&parent=Flash.WebHome&title=Flash+4] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 304:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:01,817 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 315:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:06,525 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 308:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:12,806 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 309:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:18,972 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 315:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:20,636 [http://localhost:8080/xwiki/bin/edit/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 302:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:44,662 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 309:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:54:59,028 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 304:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:55:04,324 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 306:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:55:08,516 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 304:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:55:13,129 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 302:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:55:15,741 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 306:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:55:19,788 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 220:xwiki:Flash.FlashSheet@5,15 2019-07-22 12:55:24,933 [http://localhost:8080/xwiki/bin/view/Flash/Flash%204] WARN o.x.v.i.DefaultVelocityEngine - Deprecated usage of method [org.apache.velocity.tools.generic.ListTool.contains] in 220:xwiki:Flash.FlashSheet@5,15