You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please fix the issue so we can use jai-imageio-jpeg2000 with OSGI ? Maybe the use of com.github.jaiimageio.impl.common package is not expected ?
Thanks for your help and best regards.
Gregori.
The text was updated successfully, but these errors were encountered:
Hello,
When trying to start jai-imageio-jpeg2000 (v1.4.0) on an OSGI environment, I have the following message :
"org.osgi.framework.BundleException: Unable to resolve jai-imageio-jpeg2000 [242](R 242.0): missing requirement [jai-imageio-jpeg2000 [242](R 242.0)] osgi.wiring.package; (osgi.wiring.package=com.github.jaiimageio.impl.common) Unresolved requirements: [[jai-imageio-jpeg2000 [242](R 242.0)] osgi.wiring.package; (osgi.wiring.package=com.github.jaiimageio.impl.common)]"
This error comes from the fact that jai-imageio-jpeg2000 manifest contains the following Import-Package: com.github.jaiimageio.impl.common
Whereas jai-imageio-core does not export this package.
Here are the dependencies added in my OSGI subsystem :
Could you please fix the issue so we can use jai-imageio-jpeg2000 with OSGI ? Maybe the use of com.github.jaiimageio.impl.common package is not expected ?
Thanks for your help and best regards.
Gregori.
The text was updated successfully, but these errors were encountered: