Dear all,
I have a NW Cloud setup with a HANA running in the back (PROD landscape). The hana database is accessed through JPA. I am deploying my application using the nwcloud SDK version 1.20. I am following the end2end tutorial and using some information from the SCN.
I have edited the persistence.xml of my JPA model to use the target database: com.sap.persistence.platform.database.HDBPlatform according to https://help.netweaver.ondemand.com/default.htm?add_persistence_ejb.html#concept_8D93CDC977F049309942563E819F9A08_79 Section 2.2.
When deploying the project on the cloud, I got a class not found exception. For the time being I installed the jar (in my case: com.sap.core.persistence.osgi.hdb.platform_0.6.4.jar) manually into maven repository using mvn install:install-file. It might be helpful in future versions of the SDK, to include the jar per default, or to include it in the manuals/tutorials. What do you think?
Cheers.