removed JtaTransactionInterceptor in beans.xml because mybatis-cdi is not used any more

This commit is contained in:
Eberhard Mayer 2017-06-29 10:27:08 +02:00
parent 7bef785a9f
commit 69b6921976
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>