From 6b7a3ce70e81d0ac795581088edd52f2f6dfaf2f Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 21 May 2009 06:29:45 +0000 Subject: Merge spring fix in r776969 from 1.x to 1.5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776970 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation/spring/introspect/SpringXMLComponentTypeLoader.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/branches/sca-java-1.5/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java b/branches/sca-java-1.5/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java index a1f278bc2b..98b59cca9a 100644 --- a/branches/sca-java-1.5/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java +++ b/branches/sca-java-1.5/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java @@ -155,8 +155,6 @@ public class SpringXMLComponentTypeLoader { throw new ContributionReadException(e); } catch (XMLStreamException e) { throw new ContributionReadException(e); - } catch (URISyntaxException e) { - throw new ContributionReadException(e); } /* At this point, the complete application-context.xml file has been read and its contents */ -- cgit v1.2.3