summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/modules/implementation-spring-runtime/src
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-26 11:04:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-26 11:04:11 +0000
commit654a565c35bb8081912d7fb6140d0d07b7cedee5 (patch)
tree680370cd4b54b662da1686a8c2211788f5bd3f21 /branches/sca-java-1.5/modules/implementation-spring-runtime/src
parent7ffe10ff519b61ec5ca6d40f9a0e411a3de6f5a1 (diff)
Remove TUSCANY-3017 fix from 1.5 while we workout what to do
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.5/modules/implementation-spring-runtime/src')
-rw-r--r--branches/sca-java-1.5/modules/implementation-spring-runtime/src/main/java/org/apache/tuscany/sca/implementation/spring/runtime/context/SpringContextTie.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/branches/sca-java-1.5/modules/implementation-spring-runtime/src/main/java/org/apache/tuscany/sca/implementation/spring/runtime/context/SpringContextTie.java b/branches/sca-java-1.5/modules/implementation-spring-runtime/src/main/java/org/apache/tuscany/sca/implementation/spring/runtime/context/SpringContextTie.java
index 15d780b185..73615904e8 100644
--- a/branches/sca-java-1.5/modules/implementation-spring-runtime/src/main/java/org/apache/tuscany/sca/implementation/spring/runtime/context/SpringContextTie.java
+++ b/branches/sca-java-1.5/modules/implementation-spring-runtime/src/main/java/org/apache/tuscany/sca/implementation/spring/runtime/context/SpringContextTie.java
@@ -58,9 +58,6 @@ public class SpringContextTie {
public SpringContextTie(SpringImplementationStub implementation, URL resource) throws Exception {
this.implementation = implementation;
- if (! SpringVersion.getVersion().equals("2.5.5")) {
- throw new RuntimeException("Unsupported version: Use only Spring Framework Version 2.5.5");
- }
SCAParentApplicationContext scaParentContext = new SCAParentApplicationContext(implementation);
springContext = createApplicationContext(scaParentContext, resource);
}