NullPointerException from AbstractProducedQuery.getParameters()
Description
After was fixed, I tried to upgrade the Spring Data stored procedure examples from 5.0.7 to 5.2.1 but now all of a sudden calls to AbstractProducedQuery.getParameters() returns a NullPointerException as apparently parameterMetadata in ProcedureCallImpl is null.
I'll add instructions on how to reproduce this, shortly.
Activity
Show:
Vlad MihalceaJuly 26, 2016 at 12:06 PM
Edited
Applied PR upstream. , you might want to backport this issue if applicable to 5.1.
After was fixed, I tried to upgrade the Spring Data stored procedure examples from 5.0.7 to 5.2.1 but now all of a sudden calls to
AbstractProducedQuery.getParameters()
returns aNullPointerException
as apparentlyparameterMetadata
inProcedureCallImpl
isnull
.I'll add instructions on how to reproduce this, shortly.