Author: antelder
Date: Mon Feb 28 10:30:00 2011
New Revision: 1075268
URL: http://svn.apache.org/viewvc?rev=1075268&view=rev
Log:
Update exception message to make it more clear
Modified:
tuscany/sca-java-2.x/trunk/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java
Modified:
tuscany/sca-java-2.x/trunk/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java?rev=1075268&r1=1075267&r2=1075268&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java
(original)
+++
tuscany/sca-java-2.x/trunk/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java
Mon Feb 28 10:30:00 2011
@@ -938,7 +938,7 @@ public class SpringXMLComponentTypeLoade
}
throw new ContributionReadException(
- "SpringXMLComponentTypeLoader
getApplicationContextResource: " + "unable to read resource file "
+ "SpringXMLComponentTypeLoader
getApplicationContextResource: " + "unable to process unknown resource type: "
+ url);
} // end method getApplicationContextResource