[xwiki-users] Task Manager Application - org.hibernate.QueryException: expecting ''', found '<EOF>'
Hi all, I am using XWiki 1.6 / 1.7 / 1.8 on a Tomcat 6, java 1.6 and XP. The task manager application causes some problems. Updating the IssueClass once (just change for the date fields the display formats) leads to the error below. The “visible” error: No “Reporter” / “Assignee” is visible within the lists / sheets. Any ideas? Thanks mb org.hibernate.QueryException: expecting ''', found '<EOF>' [select prop1.value||' from com.xpn.xwiki.objects.BaseObject as obj, com.xpn.xwiki.objects.StringProperty as prop1, com.xpn.xwiki.objects.StringProperty as prop2, com.xpn.xwiki.objects.IntegerProperty as prop where obj.className='XWiki.XWikiUsers' and obj.id=prop1.id.id and prop1.id.name='first_name' and obj.id=prop2.id.id and prop2.id.name='last_name' and obj.id=prop.id.id and prop.id.name='active' and prop.value=1 and obj.name='XWiki.mb'] at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:204) at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:111) at org.hibernate.engine.query.HQLQueryPlan.<init>(HQLQueryPlan.java:77) … Michael Beetz | Professional Services | Infor | Mobil: +49 (172) 7481 131 | [email protected] | Fax: +49 (211) 20563 200 | Infor Global Solutions Hannover GmbH | Postanschrift: Max-Planck-Strasse 15 c, 40699 Erkrath | Geschäftsführer: Wolfgang Kobek, Jochen Kasper, Greg Giangiordano | Sitz der Gesellschaft: Günther‑Wagner‑Allee 19, 30177 Hannover | Amtsgericht Hannover, HRB 0513 Produktives Anlagenmanagement und umweltfreundliche Logistikprozesse: Testen Sie die Energieeffizienz und Umweltorientierung in Ihrem Unternehmen mit dem Infor Green Assessment <http://emea.infor.com/green/de/?cid=EMEA-CE-DE-EAM-0808-FY09-GOING-GREEN-OBSV1> P Before printing, think about the environment
Michael Beetz wrote:
Hi all,
I am using XWiki 1.6 / 1.7 / 1.8 on a Tomcat 6, java 1.6 and XP. The task manager application causes some problems. Updating the IssueClass once (just change for the date fields the display formats) leads to the error below. The “visible” error: No “Reporter” / “Assignee” is visible within the lists / sheets.
Any ideas?
Thanks
mb
org.hibernate.QueryException: expecting ''', found '<EOF>' [select prop1.value||' from com.xpn.xwiki.objects.BaseObject as obj, com.xpn.xwiki.objects.StringProperty as prop1, com.xpn.xwiki.objects.StringProperty as prop2, com.xpn.xwiki.objects.IntegerProperty as prop where obj.className='XWiki.XWikiUsers' and obj.id=prop1.id.id and prop1.id.name='first_name' and obj.id=prop2.id.id and prop2.id.name='last_name' and obj.id=prop.id.id and prop.id.name='active' and prop.value=1 and obj.name='XWiki.mb']
This is caused by a bug in the core. It will be fixed shortly. -- Sergiu Dumitriu http://purl.org/net/sergiu/
Hi Sergiu, What error is it (jira), is there any proposed solution date? Thanks mb -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sergiu Dumitriu Sent: Sunday, January 04, 2009 6:32 AM To: XWiki Users Subject: Re: [xwiki-users] Task Manager Application - org.hibernate.QueryException: expecting ''', found '<EOF>' Michael Beetz wrote:
Hi all,
I am using XWiki 1.6 / 1.7 / 1.8 on a Tomcat 6, java 1.6 and XP. The task manager application causes some problems. Updating the IssueClass once (just change for the date fields the display formats) leads to the error below. The "visible" error: No "Reporter" / "Assignee" is visible within the lists / sheets.
Any ideas?
Thanks
mb
org.hibernate.QueryException: expecting ''', found '<EOF>' [select prop1.value||' from com.xpn.xwiki.objects.BaseObject as obj, com.xpn.xwiki.objects.StringProperty as prop1, com.xpn.xwiki.objects.StringProperty as prop2, com.xpn.xwiki.objects.IntegerProperty as prop where obj.className='XWiki.XWikiUsers' and obj.id=prop1.id.id and prop1.id.name='first_name' and obj.id=prop2.id.id and prop2.id.name='last_name' and obj.id=prop.id.id and prop.id.name='active' and prop.value=1 and obj.name='XWiki.mb']
This is caused by a bug in the core. It will be fixed shortly. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Michael Beetz -
Sergiu Dumitriu