[ https://issues.apache.org/jira/browse/OPENJPA-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844093#comment-16844093 ]
ASF subversion and git services commented on OPENJPA-2767: ---------------------------------------------------------- Commit 4d673f3715b2f3ae28d9bb4d70fad431eece8cb6 in openjpa's branch refs/heads/2.2.x from Will Dazey [ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=4d673f3 ] OPENJPA-2767: fix for checkstyles Signed-off-by: Will Dazey <dazeyde...@gmail.com> > Incomplete ValueMapDiscriminatorStrategy cache > ----------------------------------------------- > > Key: OPENJPA-2767 > URL: https://issues.apache.org/jira/browse/OPENJPA-2767 > Project: OpenJPA > Issue Type: Bug > Reporter: Will Dazey > Assignee: Will Dazey > Priority: Minor > Fix For: 2.2.3, 3.1.1 > > Attachments: OJ2767_2.2.x_v4.patch > > Time Spent: 1.5h > Remaining Estimate: 0h > > There exists the possibility that the discriminator class cache in > ValueMapDiscriminatorStrategy was originally created before the server fully > loaded all classes. If this happens, the cache is incomplete and needs to be > rebuilt. A simple enough strategy would be to just try rebuilding the cache, > before giving up and throwing a CNFE, and check again. -- This message was sent by Atlassian JIRA (v7.6.3#76005)