mirror of
https://github.com/apache/openjpa.git
synced 2025-02-11 20:46:05 +00:00
@Index(columnList="a, b, c") used to not trim the spaces. Thus it was looking for a column "a ", "b " and "c " which obviously could not be found.