Decorrelate directory implementation from user admin
[lgpl/argeo-commons.git] / org.argeo.cms / OSGI-INF / simpleTransactionManager.xml
index c331aa430f16ae01ad48821618124c5d7f24e720..81997476eece13220a0333f669dfc7b1d451fa21 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Simple Transaction Manager">
-   <implementation class="org.argeo.osgi.transaction.SimpleTransactionManager"/>
+   <implementation class="org.argeo.util.transaction.SimpleTransactionManager"/>
    <service>
-      <provide interface="org.argeo.osgi.transaction.WorkControl"/>
-      <provide interface="org.argeo.osgi.transaction.WorkTransaction"/>
+      <provide interface="org.argeo.util.transaction.WorkControl"/>
+      <provide interface="org.argeo.util.transaction.WorkTransaction"/>
    </service>
 </scr:component>