Merge pull request #3 from eberhardmayer/master
removed JtaTransactionInterceptor in beans.xml because mybatis-cdi is not used anymore
This commit is contained in:
commit
226a6a5277
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue