Merge pull request #3 from eberhardmayer/master

removed JtaTransactionInterceptor in beans.xml because mybatis-cdi is not used anymore
This commit is contained in:
Holger Hagen 2017-06-29 10:36:21 +02:00 committed by GitHub
commit adc74f7c42
1 changed files with 1 additions and 8 deletions

View File

@ -1,8 +1 @@
<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
<interceptors>
<class>org.mybatis.cdi.JtaTransactionInterceptor</class>
</interceptors>
</beans>