- 
        1. Re: JBOSS EAP 6.4.5 is not suppoting JPA 2.1pjhavariotis Apr 12, 2016 1:12 AM (in response to kotak25krishna)First of all you have to know that JPA 2.1 is not supported with EAP 6.x. This is obvious because EAP 6 is based on Java EE 6 spec and JPA 2.1 is part of Java EE 7 spec. However if you still want to go with JPA 2.1, you can create a custom module and add application dependency on custom module through jboss-deployment-structure.xml file. 
- 
        2. Re: JBOSS EAP 6.4.5 is not suppoting JPA 2.1ctomc Apr 18, 2016 5:36 PM (in response to kotak25krishna)Why not just go with EAP7? You can currently grab beta of it, with GA just around the corner. Given you are developing new application I would definitely opt-in for latest tech stack. 
- 
        3. Re: JBOSS EAP 6.4.5 is not suppoting JPA 2.1kotak25krishna Apr 18, 2016 6:09 PM (in response to ctomc)Thanks Cerar. Do you know tentatively by when EAP 7 will be finalized and released, the dates 
- 
        4. Re: JBOSS EAP 6.4.5 is not suppoting JPA 2.1ctomc Apr 20, 2016 9:00 AM (in response to kotak25krishna)Kesava Kota wrote: Thanks Cerar. Do you know tentatively by when EAP 7 will be finalized and released, the dates Real soon. That is as much information as I can give you. but in any case if you are developing your application now, by time you are done it will definitely be avalible. 
 
     
    