Excluding JPA Subsystem from JBoss EAP 6.1 - Trying to use JPA 2.1 in JBoss EAP 6.1

后端 未结 4 753
清酒与你
清酒与你 2021-02-08 05:08

I have a war application which contains JPA 2.1 API and Hibernate 4.3.0.Final ( JPA 2.1 implementation) packaged and bootstrapped using Spring container and I want to deploy th

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-08 05:51

    We found another solution.
    You can also exclude the jpa subsystem in jboss-deployment-structure.xml of the war:

    
        
    
    
        
    
    

提交回复
热议问题