Index: AbstractResourceAdapterDeployer.java =================================================================== --- AbstractResourceAdapterDeployer.java (revision 114127) +++ AbstractResourceAdapterDeployer.java (working copy) @@ -2439,7 +2439,7 @@ } else { - printFailuresLog(url.getPath(), new Validator(), failures, null); + log.warn(printFailuresLog(url.getPath(), new Validator(), failures, null)); } if (cmd != null) @@ -2551,7 +2551,7 @@ } else { - printFailuresLog(url.getPath(), new Validator(), failures, null); + log.warn(printFailuresLog(url.getPath(), new Validator(), failures, null)); throw new DeployException(bundle.deploymentFailed(url.toExternalForm()), t); } }