I am using Spring 3.2.1 and EclipseLink 2.4 and JPA 2.0
I get an error when I use other than the default isolation level.
Exception in thread "main" org.springframework.transaction.InvalidIsolationLevelException: Standard JPA does not support custom isolation levels - use a special JpaDialect for your JPA implementation
Is EclipseLinkJpaDialect need to extend the class?
How?