Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-1535

Upgrade of version from HANA 1 to SAP HANA 2.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • V2 2.0.11
    • None
    • odata2-jpa
    • 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

       

       

      https://help.sap.com/viewer/ea72206b834e4ace9cd834feed6c0e09/Cloud/en-US/f90799fe7ef04753bb6442c8e2fa26d8.html

       

      Regards,

      Showkath.

      Attachments

        Activity

          People

            Unassigned Unassigned
            Showkath Showkath
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: