Author: hoang_to
Date: 2009-12-15 21:25:51 -0500 (Tue, 15 Dec 2009)
New Revision: 1018
Modified:
portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/GadgetDeployer.java
Log:
Fix compilation error in GadgetDeployer.java
Modified:
portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/GadgetDeployer.java
===================================================================
---
portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/GadgetDeployer.java 2009-12-16
02:09:50 UTC (rev 1017)
+++
portal/trunk/component/application-registry/src/main/java/org/exoplatform/application/gadget/GadgetDeployer.java 2009-12-16
02:25:51 UTC (rev 1018)
@@ -154,7 +154,7 @@
}
finally
{
- lifeCycle.closeContext(true);
+ lifeCycle.closeContext(context, true);
}
}
}
Show replies by date