Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
3.3
-
None
Description
On extension upgrade, JAR extension proceed to installation of the extension in the same Classloader then the old one, which obviously will not load the new class. It hope to fix the issue at finish job time by refreshing the classloader as needed, but this is too late for component registration and listener registration that have been redone using the old class from the initial classloader during install.
Attachments
Issue Links
- relates to
-
XCOMMONS-1677 JAR extension upgrade fail when the previous version is loaded but has a component class which cannot be loaded
- Closed