Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Exception when calling entityManager.remove: The parameter name [version] in the query's selection criteria does not match any parameter name defined in the query

På søndag 07. september 2014 kl. 16:48:30, skrev Martin Vojtek <martin.vojtek@xxxxxxxxxx>:

At the first sight it should work. I haven’t used this type of mapping before. Maybe you can file a bug into bugzilla for this case.

 

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EclipseLink

 
Calling remove() on the entity works:
 
entityManager.remove(someEntity)
 
It's blowing up when I call remove on an entity obtained by calling entityManager.getReference()
 
Sounds like a bug, but the strange thing is I do this other places for other entities and it works.
 
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
 

Back to the top