Issue 57300 - Update UCB chapter in Developers Guide
Summary: Update UCB chapter in Developers Guide
Status: CLOSED FIXED
Alias: None
Product: ucb
Classification: Code
Component: code (show other issues)
Version: 680m135
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 3.x
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 14:53 UTC by thomas.benisch
Modified: 2023-08-10 12:41 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.benisch 2005-11-03 14:53:32 UTC
In the section 14.4.1 Instantiating the UCB of the developers guide, there's a
typo in the example:

  String[] keys = new String[2];
  keys[ 0 ] = "Local";
  keys[ 0 ] = "Office"; 

Correct is:

  String[] keys = new String[2];
  keys[ 0 ] = "Local";
  keys[ 1 ] = "Office";
Comment 1 kai.sommerfeld 2005-11-03 15:09:52 UTC
Accepted. 
Comment 2 kai.sommerfeld 2005-11-04 15:46:47 UTC
Additionally, in other example code snippets the executeCommand helper method is
used. This method returns an Object that contains an Any, but receiving code
does not use UnoRuntime.queryInterface to extract and cast the value.  

And ... some of the varaibles in the sample java code are not initialized.

And... tdoc-UCP is not mentioned in the list of available content providers.

And ... COntent Info table is not complete (TDOC missing) and for FTP, wrong.
Comment 3 kai.sommerfeld 2005-11-04 15:50:02 UTC
Even more, the mentioned references to UCB configuration files and listed
configuration file content are no longer valid.
Comment 4 kai.sommerfeld 2005-12-06 16:00:39 UTC
Andreas, please teke care of this task.
Comment 5 andreas.bille 2006-06-16 15:06:44 UTC
accepted
Comment 6 andreas.bille 2007-04-04 13:45:44 UTC
ABI->KSO: As discussed ...
Comment 7 kai.sommerfeld 2007-04-05 08:54:34 UTC
.
Comment 8 kai.sommerfeld 2007-08-15 12:40:23 UTC
KSO->TKR: Please take care of this issue.
Comment 9 tkr 2007-08-20 09:54:22 UTC
.
Comment 10 kai.sommerfeld 2010-08-24 08:11:06 UTC
tkr: We should fix/update the UCB documentation for 3.4.
Comment 11 kai.sommerfeld 2011-02-16 12:42:02 UTC
retarget.