Showkath created OLINGO-1535:
--------------------------------
Summary: Upgrade of version from HANA 1 to SAP HANA 2.0
Key: OLINGO-1535
URL: https://issues.apache.org/jira/browse/OLINGO-1535
Project: Olingo
Issue Type: Bug
Components: odata2-jpa
Affects Versions: V2 2.0.11
Reporter: Showkath
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 i guess Olingo JPA
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
To resolve , I have to tried to upgrade Olingo JPA Version from 2.0.11-sap-05
to 3.0.0-sap-02 Still issue is same .
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
<!--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
Regards,
Showkath.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)