Add log message for ignored webapps
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@780002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a87d457ffd
commit
c0757f8512
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ public class TuscanyStandardContext extends StandardContext {
|
|||
String jar = enumeration.nextElement().getName();
|
||||
if (jar.startsWith("tuscany-")) {
|
||||
// Do not alter is
|
||||
log.info("Tuscany SCA ignoring webapp with embedded Tuscany runtime: " + this.getName());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue