Details
-
Bug
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
jtsk_2.0
-
None
-
None
-
4940293
Description
Bugtraq ID 4940293
Norm stores its lookup locators in serialized rather than marshalled form,
meaning that any codebases associated with the locators will be lost. If a
lookup locator with a remote codebase were specified as an initial locator, or
via the administrative interface, Norm would be unable to restart if the class
definition for the locator were not available in Norm's class path. Note that,
in current practice, we don't expect lookup locators to be implemented by
downloaded code, mostly because Norm does not call the getRegistrar method that
would be the most likely candidate for customization in a subclass, so the
impact of this problem is probably small.