]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core.xml
tests for solving the hibernate transaction problem
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.core / META-INF / spring / core.xml
diff --git a/eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core.xml b/eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core.xml
new file mode 100644 (file)
index 0000000..0545a4c
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+        http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+       <bean id="processListTableContent" class="org.argeo.slc.client.core.ProcessListTableContent" />
+
+</beans>