cancel
Showing results for 
Search instead for 
Did you mean: 

JPA with HIbernate on Netweaver CE 7.1

Former Member
0 Kudos

Has anybody try to use JPA with Hibernate for persistence instead of SAP's implementation of JPA. If possible can you please provide any roadbloakcs that you encountered.

We are migrating an app from Netweaver 6.4 to CE 7.1 and want to get rid of Entity Beans.

Thanks in Advance,

Mandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Mandeep,

It's actually quite simple. The steps are outlined [here|http://help.sap.com/saphelp_nwce10/helpdata/en/46/b902f8d0b22880e10000000a155369/frameset.htm].

Apart from that, you just need to specify in the persistence.xml that you want to use Hibernate as persistence provider.

HTH!

\-- Vladimir

Former Member
0 Kudos

Thanks Vladimir for giving me right directions. You earn the deserved points

Thanks,

Mandeep