Hey Guys,
I could really use some help understanding this error.
org.springframework.orm.hibernate3.HibernateQueryException: Expected positional parameter count: 3, actual parameters: [999923, GGA] [from MemberLastUpdate as MemberLastUpdate where memberLastUpdate.id=? and memberLastUpdate.region=? and memberLastUpdate.idPrefix=?]; nested exception is org.hibernate.QueryException:
I am working with a perf testing team and am not a developer trying to understand this error we are getting. Is this as easy as the application is expecting 3 parameters passed: memberLastUpdate.id=? and memberLastUpdate.region=? and memberLastUpdate.idPrefix=?
but its only getting 2: [999923, GGA]
Thx for any help!
|