Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1, 4.0.0
-
None
-
None
Description
Doing so is fine for the bean itself, but causes issues when the @LocalBean proxy is created. If the parent class uses methods overridden in the child class a null pointer will happen because the proxy handlers fields in the child class haven't yet been set. After constructors are called, no issues occur.
Constructors should not be called for the @LocalBean proxy which will avoid the issue.