Uno-packages are not accessible OpenOfficePortable

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
ukriegel
Posts: 5
Joined: Mon Jun 28, 2010 8:45 am

Uno-packages are not accessible OpenOfficePortable

Post by ukriegel »

Hi there,
using the openoffice-eclipse plugin we implemented 2 uno.pkgs in Java and installed thenm in OpenOfficePortable v3.2

After the installation, both packages worked fine, but the day after randomly we get com.sun.star.loader.CannotActivateFactoryExceptuion with messages like No factory object for de.foo.baz.FoobazImpl.

Both pkgs were installed using Extras:ExtensionManager.

Are ther any hints how packages could be loaded from inside OOBasicMacros to ensure that they are available? If there is no such way, is it possible to install uno-packages silently before openoffice is started? In that case we could do it before every start of the application.

Any help is welcome

Thanks in Advance
--Ulrich
OpenOffice 3.21 on XP
ukriegel
Posts: 5
Joined: Mon Jun 28, 2010 8:45 am

Re: Uno-packages are not accessible OpenOfficePortable

Post by ukriegel »

ukriegel wrote:Hi there,
using the openoffice-eclipse plugin we implemented 2 uno.pkgs in Java and installed thenm in OpenOfficePortable v3.2

After the installation, both packages worked fine, but the day after randomly we get com.sun.star.loader.CannotActivateFactoryExceptuion with messages like No factory object for de.foo.baz.FoobazImpl.

Both pkgs were installed using Extras:ExtensionManager.

Are ther any hints how packages could be loaded from inside OOBasicMacros to ensure that they are available? If there is no such way, is it possible to install uno-packages silently before openoffice is started? In that case we could do it before every start of the application.

Is there a verifier for uno packages available to ensure that the packages are correct?
Any help is welcome

Thanks in Advance
--Ulrich
OpenOffice 3.21 on XP
Post Reply