To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110221
                 Issue #|110221
                 Summary|revokeImplenation does not delete service entries
               Component|udk
                 Version|OOO320m12
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|jl





------- Additional comments from j...@openoffice.org Thu Mar 18 13:12:28 +0000 
2010 -------
The extension manager uses the service
com.sun.star.registry.ImplementationRegistration to register services.
The revokeImplementation function does not delete all the entries which are
created by registerImplementation. For example registerImplementation created
these entries:

/
 / IMPLEMENTATIONS
   / com.sun.star.comp.extensionoptions.OptionsEventHandler$_OptionsEventHandler

     / UNO
       / ACTIVATOR
         Value: Type = RG_VALUETYPE_STRING
                Size = 26
                Data = "com.sun.star.loader.Java2"

       / SERVICES
         / com.sun.star.comp.extensionoptions.OptionsEventHandler
       / LOCATION
         Value: Type = RG_VALUETYPE_STRING
                Size = 103
                Data = "vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packa
ges/4AF3.tmp_/leaves1.oxt/extensionoptions.jar"

 / SERVICES
   / com.sun.star.comp.extensionoptions.OptionsEventHandler
     Value: Type = RG_VALUETYPE_STRINGLIST
            Size = 84
            Len  = 1
            Data = 0 = "com.sun.star.comp.extensionoptions.OptionsEventHandler$_
OptionsEventHandler"

After calling revokeImplementation there is still:

/
 / SERVICES
   / com.sun.star.comp.extensionoptions.OptionsEventHandler
     Value: Type = RG_VALUETYPE_STRINGLIST
            Size = 84
            Len  = 1
            Data = 0 = "com.sun.star.comp.extensionoptions.OptionsEventHandler$_
OptionsEventHandler"

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to