Christian Schneider created ARIES-1372:
------------------------------------------
Summary: Avoid NPE in case of exception in preCall
Key: ARIES-1372
URL: https://issues.apache.org/jira/browse/ARIES-1372
Project: Aries
Issue Type: Improvement
Components: JPA
Affects Versions: jpa-2.1.0
Reporter: Christian Schneider
Assignee: Christian Schneider
Fix For: jpa-2.2.0
Exceptions like this can occur in postCallWithException if an exception
happened in preCall and no token was created.
java.lang.NullPointerException
at
org.apache.aries.jpa.blueprint.impl.JpaInterceptor.postCallWithException(JpaInterceptor.java:68)[70:org.apache.aries.jpa.blueprint:2.1.0]
at
org.apache.aries.blueprint.proxy.Collaborator.postInvokeExceptionalReturn(Collaborator.java:136)[12:org.apache.aries.blueprint.core:1.4.3]
at
org.apache.aries.blueprint.proxy.Collaborator.preInvoke(Collaborator.java:78)[12:org.apache.aries.blueprint.core:1.4.3]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)