Quantcast
Viewing all articles
Browse latest Browse all 3285

Can`t find tables created by JPA in SAP HCP Catalog

Hello!

 

I created a simple web service with jpa as shown in the tutorial and deployed it on SAP HCP. I tried with both strategies, "create tables" and "drop and create tables", I can`t find the created tables in the SAP HCP Catalog, though. Neither in the schema "DEV_*****" nor in "NEO_****". I`m sure my servlet runs without errors because I can post some data and I have a look at the stored data via http get afterwards.

 

I also tried to add annotations like  '@Table(name = "MyTable", schema = "DEV_****")' or '@Table(name = "MyTable", schema = "NEO_****")' to my POJOs to force jpa to chose my schema but it didn`t work by showing errors like "Borrow prepareStatement from pool failed".

 

Can someone tell me what I`m doing wrong? Is it possible that I don`t have the permission to see my created tables in SAP HCP Catalog? I also tried to get special permissions but it failed as well.

 

 


Thanks in advance! I`m looking forward to get advices from more experienced SAP HCP developers than me Image may be NSFW.
Clik here to view.

 

Simon


Viewing all articles
Browse latest Browse all 3285

Trending Articles