[
https://issues.apache.org/jira/browse/OPENEJB-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978722#comment-14978722
]
Romain Manni-Bucau commented on OPENEJB-2120:
---------------------------------------------
I see,
if you can use a jpa 2.0 persistence.xml then using em =
injectedEntityManager.unwrap(HibernateEntityManagerType.class) you can use jpa
2.1 with em.
> JPA 2.1 Support
> ---------------
>
> Key: OPENEJB-2120
> URL: https://issues.apache.org/jira/browse/OPENEJB-2120
> Project: OpenEJB
> Issue Type: Wish
> Components: general
> Reporter: Pascal Knüppel
> Assignee: Romain Manni-Bucau
> Labels: jpa21
>
> It would be really great if support for JPA 2.1 was provided. Is there any
> chance that support for this api level will come soon?
> In order to keep my Unit-Tests alive I need to downgrade all the requests to
> the database to jpa 2.0 which makes working on my project very difficult...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)