[JBoss JIRA] (ARQ-208) arquillian-bundle.jar does not export-package org.jboss.shrinkwrap.api.exporter
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/ARQ-208?page=com.atlassian.jira.plugin.sy... ]
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: http://www.atlassian.com/software/jira
11 years, 6 months
[JBoss JIRA] (ARQ-997) Provide Arquillian Core functionality as OSGi Bundle
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/ARQ-997?page=com.atlassian.jira.plugin.sy... ]
Thomas Diesler updated ARQ-997:
-------------------------------
Fix Version/s: (was: osgi_2.0.0.Final)
> Provide Arquillian Core functionality as OSGi Bundle
> ----------------------------------------------------
>
> Key: ARQ-997
> URL: https://issues.jboss.org/browse/ARQ-997
> Project: Arquillian
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Base Implementation, OSGi Containers
> Reporter: Thomas Diesler
> Assignee: Marek Goldmann
>
> (10:06:40 AM) tdiesler: mgoldmann, lets talk about the individual sub task. Embedded ARQ Core functionality for example. Instead of embedding the jars arq-osgi could include the *.class files. I suppose that is equally unacceptable, right?
> (10:07:22 AM) akurtakov: tdiesler: if they are not built from source yes
> (10:07:27 AM) mgoldmann: yes, classes are unpcettable too, you can embed what you just build (arq-osgi jars)
> (10:08:19 AM) tdiesler: mgoldmann, but arq core was build by some other process - noi?
> (10:08:53 AM) mgoldmann: yes, so we cannot embed it
> (10:09:13 AM) mgoldmann: but we can bundle arq-core in a jar at the time of building arq-core
> (10:09:15 AM) tdiesler: mgoldmann, that process could make an aggregated bundle that arq-osgi could use (i.e. import packages from)
--
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: http://www.atlassian.com/software/jira
11 years, 6 months