[
https://issues.apache.org/jira/browse/OPENJPA-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim McConnell updated OPENJPA-1319:
-----------------------------------
Attachment: OPENJPA-1319.patch
Same problem(s) as in OPENJPA-1301 and the same resolution is provided in this
patch. Again, no testcase is provided in this case as it can be easily
reproduced while debugging in Eclipse, or adding println() statements to
EntityManagerImpl prior to the instantiation of _broker (which is what I did),
which which will invoke the toString() method, which will invoke the hashcode()
method, which will cause a NullPointerException.
> EntityManagerImpl
> -----------------
>
> Key: OPENJPA-1319
> URL: https://issues.apache.org/jira/browse/OPENJPA-1319
> Project: OpenJPA
> Issue Type: Sub-task
> Affects Versions: 2.0.0
> Reporter: Tim McConnell
> Assignee: Tim McConnell
> Fix For: 2.0.0
>
> Attachments: OPENJPA-1319.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.