]
Thomas Diesler resolved ARQ-208.
--------------------------------
Resolution: Out of Date
Out of Date
arquillian-bundle.jar does not export-package
org.jboss.shrinkwrap.api.exporter
-------------------------------------------------------------------------------
Key: ARQ-208
URL:
https://issues.jboss.org/browse/ARQ-208
Project: Arquillian
Issue Type: Bug
Components: OSGi Containers
Reporter: David Bosschaert
Attachments: 0001-Add-additional-Shrinkwrap-APIs-to-Export-Package.patch,
bundle_pom.diff
This means that the following code won't work from inside an Arquillian OSGi test:
JavaArchive jar = ShrinkWrap.create("test1.jar", JavaArchive.class);
ZipExporter ze = jar.as(ZipExporter.class);
as this requires the import-package of org.jboss.shrinkwrap.api.exporter.
Looking at the API jar, the following packages should probably also be exported:
org.jboss.shrinkwrap.api.container
org.jboss.shrinkwrap.api.formatter
org.jboss.shrinkwrap.api.importer
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: