Ok, I know nothing about Scala, but I just looked at the scala-library artifact which happened to hang around in my local Maven repository, and it didn't have the OSGi manifest headers.

How do you provision the Scala artifact in your test? If it's not a proper OSGi bundle exporting the scala package, then the test probe can't pick it up.

The test probe includes a DynamicImport-Package: * header, so it should automatically import the scala package, provided some other bundle exports it.

Best regards,
Harald

Am 08.08.2011 19:29, schrieb Samuel Cox:
Harald, we use the scala-library.jar file in our production OSGi
environment.  Works fine there.


_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to