On Mon, Jun 29, 2009 at 3:33 PM, Borja Miñano<[email protected]> wrote:
> Hi,
> I have a problem using file install deploying some bundles.
> I have a bundle A that imports the package "org.xmldb.api.base", and a
> bundle B that exports the same package.
> The file install installs the both bundles correctly, but when it tries
> to start bundle A a class not found exception for a class inside the
> package.
>
> It is very strange because if i install the bundles manually the bundle
> A works perfectly. But i need to make the deploy automatically with file
> install or something similar.

Hi,
  unfortunately the details you're providing aren't enough to give you
an answer.

FileInstall just calls the usual BundleContext and Bundle methods to
install, start, stop and uninstall bundles; so, implementation-wise,
it's absolutely equivalent to the shell.

I suggest you to check your setup, and try to reproduce the error with
the minimal set of bundles possible.
If the problem persist, please post here the list of bundles
installed, with import and exports, and the exception you get.

-- 
Filippo Diotalevi

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to