Guillaume Smet
updated
an issue
Hibernate ORM
/
HHH-12786
Deleting an entity leads to NullPointerException in ByteBuddy proxy
Change By:
Guillaume Smet
Comment:
Hum.
So we have Bytebuddy rewriting:
{code}
public Person() {
someInitMethod();
}
{code}
to
{code}
public Person() {
this.someInitMethod();
}
{code}
Thus leading to a NPE. Will investigate further.
Add Comment
Get Jira notifications on your phone! Download the Jira Cloud app for
Android
or
iOS
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088-
sha1:bf99e1e
)