Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EclipseLink - HermesParser.buildException when compiling JPQL Query

Hello,

we, the Jubula team, are currently experiencing problems working with EclipseLink 2.4.0 in our standalone version of "Eclipse for Testers" (https://bugs.eclipse.org/bugs/show_bug.cgi?id=379221).

We get a JPQL exception thrown by the HermesParser when trying to compile one of our JPQL queries (in 2.3.2 this works without any problems):

The basic mapping 'compName.hbmGuid' cannot be used in conjunction with the = operator. (Exception Description: Problem compiling [select assoc from ObjectMappingAssoziationPO as assoc, CompIdentifierPO as compId, ComponentNamePO as compName join assoc.logicalNames as logicalName where logicalName = compName.hbmGuid and logicalName = :compNameGuid and assoc.technicalName = compId and compName.hbmParentProjectId = :parentProjectId]).

Does anyone else face such problems and know how to resolve them? Is this a newly introduced feature / bug fix which requires adjustments of JPQL queries in general?

With best regards,
MarkusT
--
BREDEX GmbH
Mauernstr. 33
38100 Braunschweig

Tel.: +49-531-24330-0
Fax:  +49-531-24330-99
http: www.bredex.de

Geschäftsführer: Hans-J. Brede, Achim Lörke, Ulrich Obst
Amtsgericht Braunschweig HRB 2450




Back to the top