Community
Participate
Working Groups
Many tests of the"WDF" test suite fail. The underlying test model assumes the existence of a comparable BINARY column (CHAR (n) FOR BIT DATA on Derby). EclipseLink's forward mapper always creates a BLOB column for binary data. Hence creation of the test model fails.
Created attachment 183848 [details] proposed patch - adjusts the data type to CHAR () FOR BIT DATA for BINARY columns used in the WDF test suite - skips SEQUENCE tests as Derby does not support sequences - uses ParameterMetadata to determine JDBC type of host variables for setting NULL values
Checked in at #8570. Reviewed by Michael Tested on Derby 10.6: Core SRG, JPA SRG, JPA LRG, WDF -> OK Core LRG: DistributedCacheModel tests hang waiting on a semaphore + 9 failures (sames issue without this patch)
>see update for new Pagination and Sequencing support for Derby 10.6 - 10.7 submitted in bug# 323897 and bug# 335464
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink