tests for solving the hibernate transaction problem
authorBruno Sinou <bsinou@argeo.org>
Wed, 22 Sep 2010 15:17:31 +0000 (15:17 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 22 Sep 2010 15:17:31 +0000 (15:17 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3794 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core-osgi.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core.xml [deleted file]
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/MANIFEST.MF
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core-osgi.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml [new file with mode: 0644]
eclipse/plugins/org.argeo.slc.client.ui/META-INF/spring/osgi.xml

diff --git a/eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core-osgi.xml b/eclipse/plugins/org.argeo.slc.client.core/META-INF/spring/core-osgi.xml
deleted file mode 100644 (file)
index d1172f9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
-       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
-       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
-       http://www.springframework.org/schema/beans   \r
-       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
-\r
-       <!-- DAO <reference id="slcExecutionDao" interface="org.argeo.slc.dao.process.SlcExecutionDao" \r
-               /> -->\r
-       <service id="processListTableContent" interface="org.argeo.slc.client.core.TableContent" />\r
-</beans:beans>
\ No newline at end of file
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
deleted file mode 100644 (file)
index 0545a4c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>
index 3092b0b4decd3fa989cfc8c19565588790e7a4fe..f8cf3432a8d5f7c16b4e09c3a8f0a7a3cb7e6320 100644 (file)
@@ -3,3 +3,5 @@ Bundle-ManifestVersion: 2
 Bundle-Name: Hibernate Interface for RCP Client
 Bundle-SymbolicName: org.argeo.slc.client.hibernate
 Bundle-Version: 1.0.0.qualifier
+Import-Package: org.argeo.slc.client.core
+
diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core-osgi.xml b/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core-osgi.xml
new file mode 100644 (file)
index 0000000..d1172f9
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<beans:beans xmlns="http://www.springframework.org/schema/osgi"\r
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"\r
+       xsi:schemaLocation="http://www.springframework.org/schema/osgi  \r
+       http://www.springframework.org/schema/osgi/spring-osgi-1.1.xsd\r
+       http://www.springframework.org/schema/beans   \r
+       http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">\r
+\r
+       <!-- DAO <reference id="slcExecutionDao" interface="org.argeo.slc.dao.process.SlcExecutionDao" \r
+               /> -->\r
+       <service id="processListTableContent" interface="org.argeo.slc.client.core.TableContent" />\r
+</beans:beans>
\ No newline at end of file
diff --git a/eclipse/plugins/org.argeo.slc.client.hibernate/META-INF/spring/core.xml b/eclipse/plugins/org.argeo.slc.client.hibernate/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>
index f39cf1d96819a7336d3dd35c85f14a5bf88f2ecb..20357075094f7b68f6c8354eb7c4589c594d5430 100644 (file)
@@ -24,5 +24,4 @@
        <!-- Proxy object to try solving transaction & session problem caused by \r
                using hibernate -->\r
        <reference id="processListTableContent" interface="org.argeo.slc.client.core.TableContent" />\r
-\r
 </beans:beans>
\ No newline at end of file