You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/01/11 18:30:17 UTC

incubator-taverna-engine git commit: disable hibernateReferenceService

Repository: incubator-taverna-engine
Updated Branches:
  refs/heads/master 265628b84 -> 0db49370e


disable hibernateReferenceService

.. as we can't use Hibernate (LGPL)


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/commit/0db49370
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/0db49370
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/0db49370

Branch: refs/heads/master
Commit: 0db49370eb62a6fafce5f7300ea3996faaf34a4c
Parents: 265628b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 11 17:29:57 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 11 17:29:57 2016 +0000

----------------------------------------------------------------------
 .../main/resources/META-INF/spring/reference-impl-context-osgi.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/0db49370/taverna-reference-impl/src/main/resources/META-INF/spring/reference-impl-context-osgi.xml
----------------------------------------------------------------------
diff --git a/taverna-reference-impl/src/main/resources/META-INF/spring/reference-impl-context-osgi.xml b/taverna-reference-impl/src/main/resources/META-INF/spring/reference-impl-context-osgi.xml
index dd2f2c7..bdab3e6 100644
--- a/taverna-reference-impl/src/main/resources/META-INF/spring/reference-impl-context-osgi.xml
+++ b/taverna-reference-impl/src/main/resources/META-INF/spring/reference-impl-context-osgi.xml
@@ -20,6 +20,8 @@
     <reference id="databaseManager" interface="org.apache.taverna.configuration.database.DatabaseManager"/>
 
 	<service ref="inMemoryReferenceService" interface="org.apache.taverna.reference.ReferenceService" />
+<!--
 	<service ref="hibernateReferenceService" interface="org.apache.taverna.reference.ReferenceService" />
+-->
 
 </beans:beans>