I need help, I work with Eclipse-Link 2.4 (newer), well I have some JPQL functions with CONCAT string function and I use Instruccion
SELECT NEW test.Routing(r.idOperacion, CONCAT(r.reference, 'Test') ) FROM Routing r;
It's harder, but I cut JPQL a bit, this is a problem
Solves CONCAT(r.reference, 'Test') as Boolean and says that there is no constructor of type Routing(Strnig, Boolean) , because it is not there, only take 2 lines, this happens, since I update my eclipse from glass fish.
source share