Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
jtsk_2.1
-
None
-
None
-
4941110
Description
Bugtraq ID 4941110
Mahalo 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, Mahalo would be unable to restart if the class
definition for the locator were not available in Mahalo's class path. Note that,
in current practice, we don't expect lookup locators to be implemented by
downloaded code, mostly because Mahalo 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.Mahalo 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, Mahalo would be unable to restart if the class
definition for the locator were not available in Mahalo's class path. Note that,
in current practice, we don't expect lookup locators to be implemented by
downloaded code, mostly because Mahalo 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.
Attachments
Issue Links
- is related to
-
RIVER-133 Norm does not store lookup locators in marshalled form
- Open