Community
Participate
Working Groups
Created attachment 203286 [details] relevant CCE stacktrace Numerous ClassCastExceptions occur during the execution of the EclipseLink JPA tests. All the tests pass; as the exceptions occur in the JPA project update, are handled and logged, and do not affect any of the expected results. The exceptions show up in the tests' console.
The CCE occurs because we are trying to cast a JavaNullTypeMapping to EclipseLinkTypeMapping. We need to add a type check, since the null type mappings are to be expected.
fix checked into HEAD