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


User sb changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug 16 06:13:55 -0700 
2005 -------
The problem is how you bootstrap Java UNO.  If you use
com.sun.star.comp.helper.Bootstrap.createInitialComponentContext or
com.sun.star.comp.helper.Bootstrap.createSimpleServiceManager, you get a minimal
(pure Java) UNO environment that lacks many services and singletons.  If you use
com.sun.star.comp.helper.Bootstrap.defaultBootstrap_InitialComponentContext
(either overload) or com.sun.star.comp.helper.Bootstrap.bootstrap, you get a
"complete" UNO environment, including all the services and singletons that are
not implemented in Java (which should include the
com.sun.star.reflection.theCoreReflection and
com.sun.star.reflection.theTypeDescriptionManager singletons).  Even though the
corresponding Javadoc might not be too precise, the DevGuide does cover this in
some detail.

---------------------------------------------------------------------
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