Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Bugfix: NullPointerException at CacheIndexMetadata.getField() #2110

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

rfelcman
Copy link
Contributor

NullPointerException raising at CacheIndexMetadata.getField() while EntityManager initialising is XML mapping (ORM) file is used with following part e.g.:

...
        <cache isolation="SHARED"/>
        <cache-index>
            <column-name>deptName</column-name>
        </cache-index>
...

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@rfelcman rfelcman merged commit 8a993b4 into eclipse-ee4j:4.0 Apr 16, 2024
3 checks passed
@rfelcman rfelcman deleted the fix-npe-in-CacheIndexMetadata_4.0 branch April 16, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants