Can JPA 2.1 be used in EE 5 servers? I want to benefit the option of calling stored procedure capability. Iknow JPA can be used in a stand alone but i woder if this will has any affect on transactions management when used as a managed entity manager by the server as the specs specify that only JPA 1 which must be supported
Asked
Active
Viewed 128 times
0
-
Which is the Application Server? – Paul Vargas Sep 17 '13 at 19:21
-
Its IBM websphere 7.0 – Sep 18 '13 at 23:05
-
WebSphere 7.0 supports JPA 2.0 when you install the feature pack. JPA 2.1 support is not available. – dkaustubh Sep 26 '13 at 08:04
-
dkaustubh, I Knew that. But thanks for your answer. At least you responded. – Oct 01 '13 at 04:47
1 Answers
0
JSR 338: JavaTM Persistence 2.1 support is available starting from Java EE 7
Java EE 7
application servers could be found on official Oracle site

Sergii Shevchyk
- 38,716
- 12
- 50
- 61