-
Type:
Bug
-
Status: Closed
-
Resolution: Inactive
-
Affects Version/s: 5.2.3
-
Fix Version/s: None
-
Component/s: Legacy, Legacy > Extension Environment
-
Labels:None
-
Environment:weblogic 10.3
Trying to deploy a shared JavaEE library in weblogic so that the plugins and portal can use the libraries without having to copy to domain libs. PortalInitableUtil does not call portalInit() on the PortalInitable unless the _initables list is null. This list is set to null by the MainServlet to indicate that the portal has been loaded/initialized.
The problem is that when using JavaEE shared libraries, the static variable is re-initialized with each use and plugins do not get deployed because the flushInitiables is never called again after the initial startup of the portal.