[ https://issues.apache.org/jira/browse/OLINGO-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348060#comment-16348060 ]
Archana Rai commented on OLINGO-1228: ------------------------------------- The issue has been fixed with the following commit: [https://git-wip-us.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=713a4b311a03f9e6f9b0a849bccad09a0a7e0f68] Thanks, Archana > JPA Parameterization issue > --------------------------- > > Key: OLINGO-1228 > URL: https://issues.apache.org/jira/browse/OLINGO-1228 > Project: Olingo > Issue Type: Bug > Components: odata2-jpa > Reporter: Archana Rai > Priority: Major > > Put request with two parameters failing for JPA > [http://localhost:8081/RFQ/Appointments(RequestForQuotationGuid='7f260ade-65e0-471a-b2ce-75e1b745bd54',AppointmentId=3)] > With the below exception: > <innererror>java.lang.IllegalArgumentException:An exception occurred while > creating a query in EntityManager: 
 > Exception Description: Error compiling the query [SELECT E1 FROM Appointment > E1 WHERE E1.requestForQuotationGuid LIKE ?1 ESCAPE '\' AND E1.appointmentId = > ?1], line 1, column 105: invalid multiple use of parameter [1] assuming > different parameter types [java.lang.String] and [java.lang.Integer] > Parameter 1 in SQL is also used for the second value. -- This message was sent by Atlassian JIRA (v7.6.3#76005)