Author: rareddy
Date: 2012-01-11 16:20:41 -0500 (Wed, 11 Jan 2012)
New Revision: 3789
Modified:
trunk/runtime/src/main/java/org/teiid/deployers/VDBStatusChecker.java
Log:
TEIID-1878
Modified: trunk/runtime/src/main/java/org/teiid/deployers/VDBStatusChecker.java
===================================================================
--- trunk/runtime/src/main/java/org/teiid/deployers/VDBStatusChecker.java 2012-01-11
20:33:42 UTC (rev 3788)
+++ trunk/runtime/src/main/java/org/teiid/deployers/VDBStatusChecker.java 2012-01-11
21:20:41 UTC (rev 3789)
@@ -177,6 +177,7 @@
getExecutor().execute(runnable);
}
} else if (valid) {
+ this.vdbRepository.finishDeployment(vdb.getName(), vdb.getVersion());
vdb.setStatus(VDB.Status.ACTIVE);
LogManager.logInfo(LogConstants.CTX_RUNTIME,
RuntimePlugin.Util.gs(RuntimePlugin.Event.TEIID40003,vdb.getName(), vdb.getVersion()));
}
Show replies by date