Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.5.1, Java-SCA-2.x
-
None
-
Patch Available
Description
org.apache.tuscany.sca.implementation.spring.introspect.SpringXMLComponentTypeLoader.loadFromXML() leaves a file handle open to
the application-context.xml causing an exception when trying to write back to the file.
Patch adds a reader.close() to the loadFromXML method.