[
https://hibernate.onjira.com/browse/HHH-7114?page=com.atlassian.jira.plug...
]
Gail Badner commented on HHH-7114:
----------------------------------
From looking at the code, it doesn't look like needsWrapping()
should ever be called with a null session.
Is this something you see happening? If so, please describe the circumstances.
Thanks,
Gail
NPE in method ThreadLocalSessionContext.needsWrapping
-----------------------------------------------------
Key: HHH-7114
URL:
https://hibernate.onjira.com/browse/HHH-7114
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 4.1.0
Reporter: Ramunas Belkauskas
Priority: Minor
Original Estimate: 10m
Remaining Estimate: 10m
When the private method ThreadLocalSessionContext.needsWrapping is passed null
"session" parameter, it throws NullPointerException when calling
"Proxy.getInvocationHandler( session )".
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira