You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Frank Barnaby (JIRA)" <ji...@apache.org> on 2007/07/26 21:14:04 UTC

[jira] Created: (RIVER-72) Outrigger keeps local attributes in marshalled form, prevents codebase evolution

Outrigger keeps local attributes in marshalled form, prevents codebase evolution
--------------------------------------------------------------------------------

                 Key: RIVER-72
                 URL: https://issues.apache.org/jira/browse/RIVER-72
             Project: River
          Issue Type: Bug
          Components: com_sun_jini_outrigger
    Affects Versions: jtsk_1.1
            Reporter: Frank Barnaby
            Priority: Minor


Bugtraq ID [5059954|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5059954]

Outrigger stores all of its attributes in marshalled form in its persistent log, including its initial attributes, whose code is supplied by its download codebase.  When a codebase uses HTTPMD URLs, the codebase needs to be changed whenever the contents of the download JAR file changes, either due to additions or modifications in a patch release, or with the addition of attributes.  Such a change alters the codebase of any attributed supplied by the download JAR file, either causing the service to drop them if the new export codebase has the same name, or else requiring giving the updated codebase a new name.

*Workaround:*
Rename the download codebase whenever its contents are changed and continue to supply the original codebase.

*See Also:*
[4959692|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4959692]




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.