Hello Rony G.,

> When will that object be registered? Is there anything I could do that
> it gets registered and available at bootstrap time?
> 
> What follows is a small Java program that shows that "theServiceManager"
> is registred with the context, but "theCoreReflection" object is not yet.

You problem is that you are using sole Java UNO, which comes with very
few services right now.  The majority of services are implemented in
native UNO (i.e. C++).  If you bootstrapping native UNO (your previous
mail is about this), you can access _all_ services.  Alternatively, if
you don't like to bootstrap natively (e.g. due to problems setting the
PATH etc.), you can connect remotely to an Office instance (using the
simple Bootstrap mechanism, which will start an instance for you if none
is running).

HTH,
-Daniel

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

Reply via email to