To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78117


User eeejay changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'rainerbielefeld'         |'rainerbielefeld,williewal
                        |                          |ker'
--------------------------------------------------------------------------------
                 Version|1.0.0                     |OOo 2.3
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Oct 19 23:38:50 +0000 
2007 -------
This script illustrates something interesting: Every time we get an accessible,
either with getChildAtIndex or parent, we get a different hash value for that
accessible. Interestingly there is only a limited pool of hash values we could 
get.

The hash value is very important on the client side, it is the only way to know
for sure that we are dealing with the same servant instance:
http://e-docs.bea.com/tuxedo/tux81/CORBA_ref/corba_44.htm

Attached a script that when run when ooffice is running it will return a report
on the number of distinct hashes of the parent and children of a random node
(the root pane).

I chose an arbitrary sampling size of 1000, this means that the script will try
to retrieve nodes 1000 times and return only the distinct hashes we get.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to