From 09f0f86d50933ea11eb3315e5728718e23d37dcf Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Wed, 28 Jan 2015 11:34:27 +0000
Subject: [PATCH] #2283 fix - Changed EntityManager injection to @Context
---
securis/src/main/webapp/WEB-INF/beans.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/WEB-INF/beans.xml b/securis/src/main/webapp/WEB-INF/beans.xml
index 1b91f7e..7b1fd28 100644
--- a/securis/src/main/webapp/WEB-INF/beans.xml
+++ b/securis/src/main/webapp/WEB-INF/beans.xml
@@ -1,7 +1,7 @@
<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_1.xsd">
<interceptors>
- <class>net.curisit.securis.ioc.TransactionsManager</class>
+ <!-- <class>net.curisit.securis.ioc.TransactionsManager</class> -->
</interceptors>
</beans>
\ No newline at end of file
--
Gitblit v1.3.2