Dear all I started the upgrade to version 2.1 of Aries JPA. About this topic I found 2 on Jira issue:
https://issues.apache.org/jira/browse/ARIES-1134 https://issues.apache.org/jira/browse/ARIES-1047 In both there are partial commit and in 1134 there is a comment of Timothy Ward that explains some activities that should be done. I have developed the following steps: 1. <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jpa_2.0_spec</artifactId> <version>1.1</version> <scope>provided</scope> </dependency>
