Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
V2 2.0.11
-
None
-
None
Description
Hi,
Our SCP NEO HANA Version upgraded to HANA 2.0 impacting our application which is running on SCP NEO . I know this is not due to HANA 2.0 upgrade i guess Olingo JPA version is not compatible with HANA 2.0 & causing of lot of SQLExceptions I.e Not producing correct SQL Statements as per HANA 2.0 standard
I know Olingo JPA is not recommended for Production version . Since we are supporting legacy application which is running on SCP NEO with Olingo JPA stack
at this point need we can not change entire legacy application architecture & revamp entire code.
What is easy fix for legacy application which is using Olingo JPA to make it work on HANA 2.0.
Is there any version from Olingo which support HANA 2.0 or is it other dependencies issues
Here is our Java project & dependencies ,version details which is working with HANA 1.0
<!--EclipseLink JPA Implementation -->
<dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId>
<version>${eclipse.persistence.version}</version>
</dependency> <dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>2.1.1</artifactId>
</dependency>
<!--SAP HANA driver -->
<dependency>
<groupId>com.sap.cloud.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
<version> 2.3.48 </version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
<version> 2.1.1 </version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
</dependency>
<!--olingo -->
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-jpa-processor-api</artifactId>
<version 2.0.11-sap-05 </version>
</dependency>
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-jpa-processor-core</artifactId>
<version>2.0.11-sap-05 </version>
</dependency>
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-core</artifactId>
<version> 2.0.11-sap-05</version>
</dependency>
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api</artifactId>
<version> 2.0.11-sap-05 </version>
</dependency>
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-api-annotation</artifactId>
<version> 2.0.11-sap-05 </version>
</dependency>
Please advise
Can we upgrade Olingo & Java eclipselink Versions as per document
Special Settings for EclipseLink Versions Earlier than 2.5
Regards,
Showkath.