Bytecode enhancement failed / NoSuchMethodException when lazy fetching a member

Do you have a public no-arg constructor in your entity?

Because it looks like it’s what is missing in the proxy (the proxy would expose it automatically if it was there).

That being said, if it’s the problem, we need to improve the error message.

1 Like