[ 
https://issues.apache.org/jira/browse/OLINGO-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Showkath updated OLINGO-1535:
-----------------------------
    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 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

 

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.

  was:
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.


> 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
>            Priority: Blocker
>
> 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
>  
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to