[
https://issues.apache.org/jira/browse/OPENJPA-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Andraschko updated OPENJPA-2880:
---------------------------------------
Description:
StoredProcedureQueryImpl line 107, _meta can be null
a null check around is enough
or
add
MultiQueryMetaData meta = new MultiQueryMetaData(null, tempName, procedureName,
true);
in EntityManagerImpl line 1280
was:
StoredProcedureQueryImpl line 107, _meta can be null
a null check around is enough
> NPE in StoredProcedureQueryImpl
> -------------------------------
>
> Key: OPENJPA-2880
> URL: https://issues.apache.org/jira/browse/OPENJPA-2880
> Project: OpenJPA
> Issue Type: Bug
> Components: kernel
> Affects Versions: 3.2.0
> Reporter: Thomas Andraschko
> Priority: Major
>
> StoredProcedureQueryImpl line 107, _meta can be null
> a null check around is enough
> or
> add
> MultiQueryMetaData meta = new MultiQueryMetaData(null, tempName,
> procedureName, true);
> in EntityManagerImpl line 1280
--
This message was sent by Atlassian Jira
(v8.3.4#803005)