"/org/apache/tiles/test/db/schema.sql");
String text;
try {
text = IOUtils.toString(stream);
} catch (IOException e) {
throw new TilesTestRuntimeException("Cannot read schema SQL text", e);
} finally {
try {
stream.close();
} catch (IOException e) {
log.error("Error during close of the stream containing the SQL schema", e);