Author: shane.bryzak(a)jboss.com
Date: 2010-07-19 01:50:57 -0400 (Mon, 19 Jul 2010)
New Revision: 13437
Modified:
modules/persistence/trunk/impl/src/main/resources/META-INF/beans.xml
Log:
update interceptor class name
Modified: modules/persistence/trunk/impl/src/main/resources/META-INF/beans.xml
===================================================================
--- modules/persistence/trunk/impl/src/main/resources/META-INF/beans.xml 2010-07-19
05:31:47 UTC (rev 13436)
+++ modules/persistence/trunk/impl/src/main/resources/META-INF/beans.xml 2010-07-19
05:50:57 UTC (rev 13437)
@@ -9,6 +9,6 @@
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
<interceptors>
- <class>org.jboss.seam.transaction.TransactionInterceptor</class>
+
<class>org.jboss.seam.persistence.transaction.TransactionInterceptor</class>
</interceptors>
</beans>